mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-02 17:03:52 +00:00
FS-7669 #resolve There was already a postinst file, and I missed it.
This commit is contained in:
parent
5ab9d46691
commit
33c723e839
4
debian/freeswitch.postinst
vendored
4
debian/freeswitch.postinst
vendored
@ -29,6 +29,10 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
chown freeswitch $x
|
chown freeswitch $x
|
||||||
done
|
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)
|
abort-upgrade|abort-remove|abort-deconfigure)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user