]> git.decadent.org.uk Git - dak.git/blobdiff - debian/postinst
This postinst is rubbish, but remove touching apt.conf anyways
[dak.git] / debian / postinst
index 683de835037510f4c78f061fcde76022293bcc7e..cda93b010f16fd71975fdfc6391d76a58b369dfc 100644 (file)
@@ -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