From fae57f07ddb63d8bd1c8a71f1839614a9575bfbd Mon Sep 17 00:00:00 2001 From: Ondrej Sury Date: Fri, 18 Sep 2009 13:35:19 +0200 Subject: add apache2 restart message to module postinst --- debian/php5-module.postinst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/php5-module.postinst') 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 -- cgit v1.2.3