From 31d763bc1f5dc567e614d33bef7c72c9f11727ab Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Thu, 11 Sep 2014 09:39:49 +0000 Subject: Add new distributions on https://packager.io/gh/pkgr/gogs * ubuntu 12.04 * debian 7 --- packager/debian/postinst | 3 --- 1 file changed, 3 deletions(-) (limited to 'packager') diff --git a/packager/debian/postinst b/packager/debian/postinst index 90ff2b46..de357967 100755 --- a/packager/debian/postinst +++ b/packager/debian/postinst @@ -20,9 +20,6 @@ APP_USER=$(${CLI} config:get APP_USER) APP_GROUP=$(${CLI} config:get APP_GROUP) APP_CONFIG="/etc/${APP_NAME}/conf/app.ini" -# source debconf library -. /usr/share/debconf/confmodule - case "$1" in configure) -- cgit v1.2.3