X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=blobdiff_plain;f=debian%2Fpostrm;h=e6df067bf5f4be8c45ef4bae969fbaddd4d2e36d;hp=d388fb4c268242df150c36811b30089a70c5f401;hb=6254d62ebd44b79316891a4ee45cb67cbe98cba4;hpb=0dd1d38a222a5e2e95879ab2397a83d4108d3379 diff --git a/debian/postrm b/debian/postrm index d388fb4..e6df067 100644 --- a/debian/postrm +++ b/debian/postrm @@ -5,7 +5,7 @@ if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus fi -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