summaryrefslogtreecommitdiffstats
path: root/debian/progress-linux.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/progress-linux.config')
-rwxr-xr-xdebian/progress-linux.config11
1 files changed, 8 insertions, 3 deletions
diff --git a/debian/progress-linux.config b/debian/progress-linux.config
index cb13bdb..400b050 100755
--- a/debian/progress-linux.config
+++ b/debian/progress-linux.config
@@ -4,12 +4,17 @@ set -e
. /usr/share/debconf/confmodule
+# apt archives
db_settitle progress-linux/title
db_input high progress-linux/archives || true
db_go
-db_settitle progress-linux/title
-db_input high progress-linux/archive-areas || 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