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, 6 insertions, 0 deletions
diff --git a/debian/taler-exchange.postrm.debhelper b/debian/taler-exchange.postrm.debhelper
new file mode 100644
index 000000000..5d2556c19
--- /dev/null
+++ b/debian/taler-exchange.postrm.debhelper
@@ -0,0 +1,6 @@
+# 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