From: Mark Hymers Date: Sat, 4 May 2013 10:11:51 +0000 (+0000) Subject: This postinst is rubbish, but remove touching apt.conf anyways X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2edd5845a5bb751fafe6fecafc326feff0029106;p=dak.git This postinst is rubbish, but remove touching apt.conf anyways Signed-off-by: Mark Hymers --- 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