From: joy <> Date: Thu, 16 Nov 2000 05:53:39 +0000 (-0800) Subject: [project @ 2000-11-15 21:53:39 by joy] X-Git-Tag: release/2.6.0~1186 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc2c94bb003928190c5d9df9ebc48b83e9530a00;p=debbugs.git [project @ 2000-11-15 21:53:39 by joy] stuff to do when purging --- diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 00000000..40d32b98 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ "$1" = "purge" ]; then + rm -rf /etc/debbugs /var/lib/debbugs +fi + +#DEBHELPER#