X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=mailman-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=2d51a67faf345fb05b3e9e56f5a2c5afb9a0506f;hp=777d08b4d1cfaf94366a0000f5bb9f0124b7047c;hb=a59d90d30d4f6a65177dea0cc514007ac9cd3aad;hpb=555fd6a113c94c78e77e835c3f73921a988cc842 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