summaryrefslogtreecommitdiff
path: root/debian/knot.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/knot.preinst')
-rw-r--r--debian/knot.preinst8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/knot.preinst b/debian/knot.preinst
new file mode 100644
index 0000000..5b78b95
--- /dev/null
+++ b/debian/knot.preinst
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+
+dpkg-maintscript-helper rm_conffile /etc/default/knot 1.3.0~rc3-2~ -- "$@"
+
+#DEBHELPER#
+
+exit 0