X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpostrm;h=5310379e122e1bcfd4e19592a0aec9d845f5bf6e;hb=dbf0b43eff7da870aa455ab01af1f0e711c4c1a8;hp=fa9ecee5aca9d868c944e6c523d1f31cc88417e3;hpb=37ef60ac9891a4bddc7d6a4bdba24837e10abd0f;p=pkg%2Fbeep.git diff --git a/debian/postrm b/debian/postrm index fa9ecee..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 + +set -e if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi + +#DEBHELPER#