]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-11-15 21:53:39 by joy]
authorjoy <>
Thu, 16 Nov 2000 05:53:39 +0000 (21:53 -0800)
committerjoy <>
Thu, 16 Nov 2000 05:53:39 +0000 (21:53 -0800)
stuff to do when purging

debian/postrm [new file with mode: 0644]

diff --git a/debian/postrm b/debian/postrm
new file mode 100644 (file)
index 0000000..40d32b9
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if [ "$1" = "purge" ]; then
+  rm -rf /etc/debbugs /var/lib/debbugs
+fi
+
+#DEBHELPER#