Your IP : 18.226.222.3


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

#!/bin/sh

case "$1" in
	configure)
		systemctl daemon-reload >/dev/null 2>&1 || :
		systemctl try-restart ispmanager-ddos
	;;

	abort-upgrade|abort-remove|abort-deconfigure)
	;;

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