提交 fa55b5e8 authored 作者: Travis Cross's avatar Travis Cross

debian: avoid lintian maintainer-script-empty

We are going to fill in these files with useful things.
上级 34afc6cb
......@@ -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)
......
......@@ -3,6 +3,7 @@ set -e
case "$1" in
remove|upgrade|deconfigure)
echo "We're about to remove FreeSWITCH..." >&2
;;
failed-upgrade)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论