summaryrefslogtreecommitdiffstats
path: root/autoscripts/postrm-debconf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoscripts/postrm-debconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoscripts/postrm-debconf b/autoscripts/postrm-debconf
new file mode 100644
index 0000000..5a61724
--- /dev/null
+++ b/autoscripts/postrm-debconf
@@ -0,0 +1,4 @@
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+ . /usr/share/debconf/confmodule
+ db_purge
+fi