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

set -e

. /usr/share/debconf/confmodule

# apt archives
db_settitle progress-linux/title
db_input high progress-linux/archives || true
db_go

if db_get progress-linux/archives
then
	# apt archive-areas
	db_settitle progress-linux/title
	db_input high progress-linux/archive-areas || true
	db_go
fi

db_stop