mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
debian: massage the prerm script to pass lintian
This commit is contained in:
Vendored
+3
-1
@@ -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)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user