diff options
Diffstat (limited to 'sysui/desktop/debian/postinst')
-rwxr-xr-x | sysui/desktop/debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/debian/postinst b/sysui/desktop/debian/postinst index 715403fbaffc..604e67605297 100755 --- a/sysui/desktop/debian/postinst +++ b/sysui/desktop/debian/postinst @@ -31,7 +31,7 @@ if [ "$1" = "configure" ] ; then # first install update-menus fi # update icon-cache if already present - for theme in gnome hicolor locolor; do + for theme in gnome hicolor; do if [ -e /usr/share/icons/$theme/icon-theme.cache ] ; then # touch it, just in case we cannot find the binary... touch /usr/share/icons/$theme |