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