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