X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-cn.git;a=blobdiff_plain;f=debian%2Fpostrm;h=6da000b7691acb9d9219c867c607b997aa76556a;hp=c5f4fc579d89eba144aaca638b5f2c533e76fd62;hb=8c965cb57aecb3955fc9b22d76449cc2244a4dbb;hpb=21cc3b75fcffb70d9f2d424468a5ba9914801b6b diff --git a/debian/postrm b/debian/postrm index c5f4fc5..6da000b 100755 --- a/debian/postrm +++ b/debian/postrm @@ -2,7 +2,7 @@ set -e -if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then +if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi