mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
FS-7669 #resolve There was already a postinst file, and I missed it.
This commit is contained in:
Vendored
+4
@@ -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)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user