diff options
Diffstat (limited to 'debian/itzks-systems-common.postinst')
| -rwxr-xr-x | debian/itzks-systems-common.postinst | 8 | 
1 files changed, 4 insertions, 4 deletions
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/  | 
