From a59d90d30d4f6a65177dea0cc514007ac9cd3aad Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Fri, 10 Jun 2011 17:54:50 +0200 Subject: [PATCH] izmjene u postinstu --- debian/postinst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/debian/postinst b/debian/postinst index 777d08b..2d51a67 100755 --- a/debian/postinst +++ b/debian/postinst @@ -160,23 +160,21 @@ for lang in ${site_languages}; do cmp -s ${mm_etc}/${langfile} ${mm_etc}/${langfile}.dpkg-dist \ && rm ${mm_etc}/${langfile}.dpkg-dist done - printf " done." >&2 + echo " done." >&2 done db_go || true db_stop || true # restart mailman -if [ "$restart" = "yes" -a -x /etc/init.d/mailman -a -x /usr/sbin/invoke-rc.d]; then +if [ "$restart" = "yes" -a -x /etc/init.d/mailman -a -x /usr/sbin/invoke-rc.d ]; then invoke-rc.d mailman stop invoke-rc.d mailman start fi # reload apache2 -if [ -x /usr/sbin/invoke-rc.d ]; then - [ -x /etc/init.d/apache2 ] && invoke-rc.d apache2 reload -else - [ -x /etc/init.d/apache2 ] && /etc/init.d/apache2 reload +if [ -x /usr/sbin/invoke-rc.d -a -x /etc/init.d/apache2 ]; then + invoke-rc.d apache2 reload fi # promjena passworda -- 1.7.10.4