Your IP : 18.118.24.176


Current Path : /var/lib/dpkg/info/
Upload File :
Current File : /var/lib/dpkg/info/ispmanager-ddos.prerm

#!/bin/sh

case "$1" in
	remove)
		systemctl stop ispmanager-ddos
		systemctl disable ispmanager-ddos
	;;

	upgrade|deconfigure)
	;;

	failed-upgrade)
	;;

	*)
		echo "prerm called with unknown argument \`$1'" >&2
		exit 1
	;;
esac