debian/: Add packaging support.
[runlisp] / debian / runlisp.postrm
diff --git a/debian/runlisp.postrm b/debian/runlisp.postrm
new file mode 100755 (executable)
index 0000000..a0c5e30
--- /dev/null
@@ -0,0 +1,9 @@
+#! /bin/sh -e
+
+case $1 in
+  purge)
+    rm -f /etc/runlisp/runlisp.d/8debconf
+    ;;
+esac
+
+#DEBHELPER#