diff options
-rwxr-xr-x | debian/itzks-systems-common.postinst | 8 | ||||
-rwxr-xr-x | debian/itzks-systems-common.postrm | 8 |
2 files changed, 8 insertions, 8 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/ 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/ |