From 5f2db3a6647265e35df36083b59fcf626421e6fe Mon Sep 17 00:00:00 2001 From: Daniel Tiefnig Date: Wed, 25 May 2011 09:59:51 +0000 Subject: [PATCH] automatically reload apache on package upgrades --- debian/ngcp-www-admin.postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/ngcp-www-admin.postinst b/debian/ngcp-www-admin.postinst index 45ca042..6648d6c 100644 --- a/debian/ngcp-www-admin.postinst +++ b/debian/ngcp-www-admin.postinst @@ -30,4 +30,7 @@ a2dissite default # generated by other debhelper scripts. #DEBHELPER# +# reload perl and/or apache modules +/etc/init.d/apache2 reload + exit 0