Maknut aptitude i apt-get
[carnet-debian.git] / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 [ "$1" = "configure" ] || exit 0
6
7 # Always show dialogs from postinst
8 # unless this is a fresh install (dialogs already show by preconfigure)
9 [ "$2" ] && export CN_POSTINST=1
10
11 # Load debconf
12 . /usr/share/debconf/confmodule
13 db_version 2.0
14
15 #DEBHELPER#