mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
debian: massage the prerm script to pass lintian
This commit is contained in:
parent
c2ac863492
commit
258ad092ac
4
debian/freeswitch.prerm
vendored
4
debian/freeswitch.prerm
vendored
@ -3,7 +3,9 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
remove|upgrade|deconfigure)
|
||||
echo "We're about to remove FreeSWITCH..." >&2
|
||||
if [ -d /etc/freeswitch ]; then
|
||||
echo "We're about to remove a configured FreeSWITCH..." >&2
|
||||
fi
|
||||
;;
|
||||
failed-upgrade)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user