From: William King Date: Thu, 18 Jun 2015 03:40:19 +0000 (-0700) Subject: FS-7669 #resolve There was already a postinst file, and I missed it. X-Git-Tag: v1.6.2~447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c723e839f4be4cac4a06737b59ee0a45d74bf9;p=thirdparty%2Ffreeswitch.git FS-7669 #resolve There was already a postinst file, and I missed it. --- diff --git a/debian/freeswitch.postinst b/debian/freeswitch.postinst index d2f3f8ac87..10c121c1b4 100644 --- a/debian/freeswitch.postinst +++ b/debian/freeswitch.postinst @@ -29,6 +29,10 @@ case "$1" in fi chown freeswitch $x done + if [ ! -d "/etc/freeswitch" ]; then + mkdir -p /etc/freeswitch/ + cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/ + fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;;