debian: massage the prerm script to pass lintian

This commit is contained in:
Travis Cross 2012-05-07 15:38:25 +00:00
parent c2ac863492
commit 258ad092ac
1 changed files with 3 additions and 1 deletions

View File

@ -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)
;;