diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-05-02 15:03:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-05-02 15:03:34 +0200 |
commit | 5cc614d90d3150e26e87ac55c44cf6e358011156 (patch) | |
tree | 46a69da7efdb1adb46bab77eaacefaa612920bff /debian/postinst | |
parent | 2b447029449656287ebaf9bd95fe38e2f94b4bb6 (diff) |
Remove restart from debian/postinst; Migrate to debhelper 13
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 9 |
1 files changed, 0 insertions, 9 deletions
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# |