debian: avoid lintian maintainer-script-empty

We are going to fill in these files with useful things.
This commit is contained in:
Travis Cross 2012-05-06 22:46:13 +00:00
parent 34afc6cb2e
commit fa55b5e82d
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,9 @@ set -e
case "$1" in
install|upgrade)
if [ -d /opt/freeswitch ]; then
echo "It looks like you have FreeSWITCH installed manually." >&2
fi
;;
abort-upgrade)

View File

@ -3,6 +3,7 @@ set -e
case "$1" in
remove|upgrade|deconfigure)
echo "We're about to remove FreeSWITCH..." >&2
;;
failed-upgrade)