#!/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