summaryrefslogtreecommitdiff
path: root/kanotix-lxde-extra/kanotix-icon-cache
blob: 68b768eba2fae08f54afd5dc6fe5b75a5eafb27d (plain)
1
2
3
4
5
6
#!/bin/sh

# generate icon-cache deleted in live-build
if [ -x /usr/sbin/lightdm ]; then
 find /usr/share/icons -mindepth 2 -maxdepth 2 -name index.theme -execdir gtk-update-icon-cache-3.0 -f -q . \;
fi