X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpostinst;h=cda93b010f16fd71975fdfc6391d76a58b369dfc;hb=af80894b172ada51e5536fe36d1ac4385567d0c2;hp=683de835037510f4c78f061fcde76022293bcc7e;hpb=724a8528d6f972e5ebe6d6a6a02bba08e66faad8;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