X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostrm;h=5310379e122e1bcfd4e19592a0aec9d845f5bf6e;hb=29f418e5b19fdabcb2ad6735a4d92b269ab3cfb3;hp=9abaecaa72db2c5768b86d52719a88ca9c6c5320;hpb=0b72fe17e679c0b3c88448cc2fc6830d3db20f93;p=pkg%2Fbeep.git diff --git a/debian/postrm b/debian/postrm index 9abaeca..5310379 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,13 @@ -#!/bin/sh -e +#!/bin/sh # postrm for beep +# copyright 2002-2011 by Rhonda D'Vine +# Licenced under WTFPLv2 -if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then +set -e + +if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi + +#DEBHELPER#