]> git.deb.at Git - pkg/t-prot.git/blob - debian/postinst
Merge branch 'upstream'
[pkg/t-prot.git] / debian / postinst
1 #!/bin/sh -e
2 # postinst for t-prot
3
4 if [ "$1" = 'configure' ] && [ -e /usr/share/debconf/confmodule ]; then
5         if dpkg --compare-versions "$2" lt "1.47-2" ; then
6                 . /usr/share/debconf/confmodule
7                 db_purge
8                 db_stop
9         fi
10 fi