openvpn-mgt/debian/openvpn-mgt.postinst.debhelper

9 lines
275 B
Plaintext

# Automatically added by dh_installinit
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
if [ -x "/etc/init.d/openvpn-mgt" ]; then
update-rc.d openvpn-mgt defaults >/dev/null
invoke-rc.d openvpn-mgt start || exit $?
fi
fi
# End automatically added section