aboutsummaryrefslogtreecommitdiff
path: root/debian/taler-exchange.postrm.debhelper
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 23:09:12 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 23:09:12 +0100
commit53abae740398634db9ec4685ac6b9016cb5642f3 (patch)
treedb2824e3b2d55a192ae9c9afd847deb2318cffda /debian/taler-exchange.postrm.debhelper
parent5bc3a5f9e243b08aa9cc75471e40c547fb0f35b2 (diff)
downloadexchange-53abae740398634db9ec4685ac6b9016cb5642f3.tar.xz
setup better paths, use Debian-specific systemd clean up logic instead of hacking around manually, improve README
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