FS-7669 #resolve There was already a postinst file, and I missed it.
This commit is contained in:
parent
5ab9d46691
commit
33c723e839
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue