summaryrefslogtreecommitdiffstats
path: root/slackware64/l/adwaita-icon-theme/doinst.sh
blob: 9b58a1572127d02bde5bccda7af49fa385c06958 (plain) (blame)
1
2
3
4
5
6
if [ -e /usr/share/icons/Adwaita/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache /usr/share/icons/Adwaita 1> /dev/null 2> /dev/null
  fi
fi