summaryrefslogtreecommitdiff
path: root/debian/taler-exchange.postrm.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian/taler-exchange.postrm.debhelper')
-rw-r--r--debian/taler-exchange.postrm.debhelper6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/taler-exchange.postrm.debhelper b/debian/taler-exchange.postrm.debhelper
deleted file mode 100644
index 5d2556c19..000000000
--- a/debian/taler-exchange.postrm.debhelper
+++ /dev/null
@@ -1,6 +0,0 @@
-# Automatically added by dh_installdebconf/13.3
-if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
-fi
-# End automatically added section