X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;h=0b7518bc6db9853db80bc0a6becb7347d3b1edf1;hb=HEAD;hp=683de835037510f4c78f061fcde76022293bcc7e;hpb=724a8528d6f972e5ebe6d6a6a02bba08e66faad8;p=dak.git diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 683de835..00000000 --- a/debian/postinst +++ /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