mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
debian: avoid lintian maintainer-script-empty
We are going to fill in these files with useful things.
This commit is contained in:
3
debian/freeswitch.preinst
vendored
3
debian/freeswitch.preinst
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user