mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
debian: avoid lintian maintainer-script-empty
We are going to fill in these files with useful things.
This commit is contained in:
Vendored
+3
@@ -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)
|
||||
|
||||
Vendored
+1
@@ -3,6 +3,7 @@ set -e
|
||||
|
||||
case "$1" in
|
||||
remove|upgrade|deconfigure)
|
||||
echo "We're about to remove FreeSWITCH..." >&2
|
||||
;;
|
||||
|
||||
failed-upgrade)
|
||||
|
||||
Reference in New Issue
Block a user