summaryrefslogtreecommitdiff
path: root/adwaita-icon-theme/post-install
blob: 241c8994395c1986ee60c27263110e70e14a3282 (plain)
    1 #!/bin/sh
    2 
    3 gdk-pixbuf-query-loaders --update-cache
    4 # gtk-update-icon-cache comes with gtk, not with gtk3
    5 if [ -x /usr/bin/gtk-update-icon-cache ]; then
    6 	gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
    7 fi

Generated by cgit