summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst9
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#