From 5cc614d90d3150e26e87ac55c44cf6e358011156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 2 May 2020 15:03:34 +0200 Subject: Remove restart from debian/postinst; Migrate to debhelper 13 --- debian/postinst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index 648e671..af4e940 100644 --- a/debian/postinst +++ b/debian/postinst @@ -52,15 +52,6 @@ case "$1" in ;; esac -if [ -x "/etc/init.d/openvpn" ]; then - pathfind invoke-rc.d - if [ $? = 0 ]; then - invoke-rc.d openvpn cond-restart || invoke-rc.d openvpn restart - else - /etc/init.d/openvpn cond-restart || /etc/init.d/openvpn restart - fi -fi - db_stop #DEBHELPER# -- cgit v1.2.3