X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Fpostinst;h=cda93b010f16fd71975fdfc6391d76a58b369dfc;hb=c18a705949b85c49ff0d22628526eb381f61407a;hp=683de835037510f4c78f061fcde76022293bcc7e;hpb=6a4cddfbe864e563e671fe5dabf5600c4783af5c;p=dak.git diff --git a/debian/postinst b/debian/postinst index 683de835..cda93b01 100644 --- a/debian/postinst +++ b/debian/postinst @@ -5,5 +5,4 @@ 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