summaryrefslogtreecommitdiff
path: root/debian/php5-module.postinst
diff options
context:
space:
mode:
authorOndrej Sury <ondrej@howl.office.nic.cz>2009-09-18 13:35:19 +0200
committerOndrej Sury <ondrej@howl.office.nic.cz>2009-09-18 13:35:19 +0200
commitfae57f07ddb63d8bd1c8a71f1839614a9575bfbd (patch)
tree4a8e16e2818c5477e5a5f329181b5a33d1d1598d /debian/php5-module.postinst
parent342d528f8ba59d334e88954f0ba756b50f602dfa (diff)
downloadphp-fae57f07ddb63d8bd1c8a71f1839614a9575bfbd.tar.gz
add apache2 restart message to module postinst
Diffstat (limited to 'debian/php5-module.postinst')
-rw-r--r--debian/php5-module.postinst6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/php5-module.postinst b/debian/php5-module.postinst
index abe9d5041..cb14799dc 100644
--- a/debian/php5-module.postinst
+++ b/debian/php5-module.postinst
@@ -25,3 +25,9 @@ fi
#EXTRA#
#DEBHELPER#
+reload_apache()
+{
+ echo "Run '/etc/init.d/apache2 restart' to activate new configuration!"
+}
+
+reload_apache