summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
blob: 99b7a029ee0b8e0082f625b5eac04a26a4d82d72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

set -e

PROJECT="progress-linux"

. /usr/share/debconf/confmodule

# apt archives
db_settitle ${PROJECT}/title
db_input high ${PROJECT}/archives || true
db_go

if db_get ${PROJECT}/archives
then
	# apt archive-areas
	db_settitle ${PROJECT}/title
	db_input high ${PROJECT}/archive-areas || true
	db_go
fi

db_stop