diff options
Diffstat (limited to 'debian/itzks-systems-common.postrm')
| -rwxr-xr-x | debian/itzks-systems-common.postrm | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/itzks-systems-common.postrm b/debian/itzks-systems-common.postrm index ecf6d4d..2f2fcf6 100755 --- a/debian/itzks-systems-common.postrm +++ b/debian/itzks-systems-common.postrm @@ -28,11 +28,11 @@ case "$1" in  				rm -f $icon_file  			fi  		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 which 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/  | 
