]> git.decadent.org.uk Git - dak.git/blobdiff - debian/postinst
LOCAL: Remove replay check
[dak.git] / debian / postinst
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644 (file)
index 683de83..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
-      # Default (blank) files so that programs at least run --help and stuff
-      touch /etc/dak/dak.conf
-      touch /etc/dak/apt.conf
-fi