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