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