diff options
Diffstat (limited to 'desktop/tango-icon-theme/doinst.sh')
-rw-r--r-- | desktop/tango-icon-theme/doinst.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/tango-icon-theme/doinst.sh b/desktop/tango-icon-theme/doinst.sh index 80310f45aaab4..627ec2e247187 100644 --- a/desktop/tango-icon-theme/doinst.sh +++ b/desktop/tango-icon-theme/doinst.sh @@ -1,4 +1,3 @@ if [ -x usr/bin/gtk-update-icon-cache ]; then - find usr/share/icons -maxdepth 1 -type d -exec \ - ./usr/bin/gtk-update-icon-cache -f -q {} \; &> /dev/null + usr/bin/gtk-update-icon-cache -f -q usr/share/icons/Tango &> /dev/null fi |