You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/debian/sipwise-asterisk.prerm.debh...

10 lines
255 B

# Automatically added by dh_installinit
if [ -x "/etc/init.d/asterisk" ]; then
if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
invoke-rc.d asterisk stop || exit $?
else
/etc/init.d/asterisk stop || exit $?
fi
fi
# End automatically added section