From bc2c94bb003928190c5d9df9ebc48b83e9530a00 Mon Sep 17 00:00:00 2001 From: joy <> Date: Wed, 15 Nov 2000 21:53:39 -0800 Subject: [PATCH] [project @ 2000-11-15 21:53:39 by joy] stuff to do when purging --- debian/postrm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/postrm 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# -- 2.39.5