Imported Debian patch 0.2-1~karmic
[pysam.git] / debian / pysam.preinst.debhelper
1 # Automatically added by dh_pycentral
2 case "$1" in
3     install|upgrade)
4         mkdir -p /var/lib/pycentral
5         echo '# the presence of this file allows calling pkgremove on upgrade' \
6             > /var/lib/pycentral/pysam.pkgremove
7 esac
8 # End automatically added section