summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postrm')
-rw-r--r--debian/postrm9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index fab1b24..0000000
--- a/debian/postrm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "purge" ] ; then
- rm -f /etc/default/mailgraph
-fi
-#DEBHELPER#
-exit 0