From cb1e68c5323c379be434d8fdbb61f43553c2a7ca Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 15 Jul 2016 14:59:54 +0200 Subject: debian/itzks-systems-common.{postinst,postrm}: Fix spelling and other issues when calling update-icon-caches for iceweasel.png symlinking. --- debian/itzks-systems-common.postinst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/itzks-systems-common.postinst') diff --git a/debian/itzks-systems-common.postinst b/debian/itzks-systems-common.postinst index 66618c2..d60d52c 100755 --- a/debian/itzks-systems-common.postinst +++ b/debian/itzks-systems-common.postinst @@ -37,11 +37,11 @@ case "$1" in fi cd - 1>/dev/null done - if which update-icon-cache 1>/dev/null; then - update-icon-cache /usr/share/icons/hicolor + if which update-icon-caches 1>/dev/null; then + update-icon-caches /usr/share/icons/hicolor fi - if update-icon-cache.gtk2 1>/dev/null; then - update-icon-cache.gtk2 /usr/share/icons/hicolor + if which update-icon-caches.gtk2 1>/dev/null; then + update-icon-caches.gtk2 /usr/share/icons/hicolor fi # move itzks_papersize.js from /etc/iceweasel/pref to /etc/firefox-esr/ -- cgit v1.2.3