X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=0b7518bc6db9853db80bc0a6becb7347d3b1edf1;hb=HEAD;hp=683de835037510f4c78f061fcde76022293bcc7e;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;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