FS-7669 #resolve There was already a postinst file, and I missed it.

This commit is contained in:
William King 2015-06-17 20:40:19 -07:00
parent 5ab9d46691
commit 33c723e839
1 changed files with 4 additions and 0 deletions

View File

@ -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)
;;