diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/progress-linux.config | 11 |
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 |