freenetis-github/application/vendors/deb/freenetis-qos/prerm @ 8baed187
8baed187 | Michal Kliment | #!/bin/sh
|
|
# FreenetIS-qos DEB: actions before uninstalling of package
|
|||
NAME=freenetis-qos
|
|||
# stop daemon
|
|||
/etc/init.d/$NAME stop
|
|||
#DEBHELPER#
|
|||
exit 0
|