Codebase list cyrus-imapd / 3febb4c
Remove debconf from cyrus-common-2.4.postinst Ondřej Surý 13 years ago
1 changed file(s) with 1 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
44 # Distributed under the GNU General Public License version 2
55 #
66 # see: dh_installdeb(1)
7
8 # debconf hook
9 . /usr/share/debconf/confmodule
107
118 set -e
129
3229 case "$1" in
3330 configure)
3431 # Only run cyrus-makedirs on first install (and when structure changes in future)
35 if [ ! "$2" ]; then
32 if [ -z "$2" ]; then
3633 dpkg-trigger cyrus-makedirs
3734 fi
3835
4946 ;;
5047 esac
5148
52 db_stop
53
5449 #DEBHELPER#
5550
5651 exit 0