Fix lintian warnings.
[carnet-upgrade.git] / debian / config
1 #!/bin/sh
2
3 set -e
4
5 # Load debconf
6 . /usr/share/debconf/confmodule
7 db_version 2.0
8
9 # Show dialogs if started from postinst
10 if [ "$CN_POSTINST" ]; then
11     rm -f /var/lib/carnet-upgrade/debconf-priority 2>/dev/null
12     rm -f /var/lib/carnet-upgrade/check-services 2>/dev/null
13
14     # display installation notice for new version
15     db_fset carnet-upgrade/short-instructions seen false
16     db_input high carnet-upgrade/short-instructions || true
17 fi
18
19 db_go || true
20 db_stop || true