X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hb=f679f119f36c9404702e5864c15d9547fb713bb8;hp=cda93b010f16fd71975fdfc6391d76a58b369dfc;hpb=49c623632eb77f5581d1178fdbeb90c588f159d0;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