X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=0b7518bc6db9853db80bc0a6becb7347d3b1edf1;hb=HEAD;hp=cda93b010f16fd71975fdfc6391d76a58b369dfc;hpb=1eeb90f6bf381e10fcd8f0a04437883b443855d5;p=dak.git diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index cda93b01..00000000 --- a/debian/postinst +++ /dev/null @@ -1,8 +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 -fi