X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostrm;h=5310379e122e1bcfd4e19592a0aec9d845f5bf6e;hb=29f418e5b19fdabcb2ad6735a4d92b269ab3cfb3;hp=109fca021a5d4e79dc72a1ca01dee7db41b60b8b;hpb=f3e39c9b326d18fb4f71b0917fdd3a17e60a0e14;p=pkg%2Fbeep.git diff --git a/debian/postrm b/debian/postrm index 109fca0..5310379 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,6 +1,6 @@ #!/bin/sh # postrm for beep -# copyright 2002-2009 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#