summaryrefslogtreecommitdiffstats
path: root/desktop/tango-icon-theme/doinst.sh
blob: 80310f45aaab426a520b361dc7cb7f0bad210b33 (plain)
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
fi