summaryrefslogtreecommitdiffstats
path: root/xfce/evince/post-install
blob: d37eef8300594e738da16479eb430a9f712d398c (plain)
1
2
3
4
5
6
7
#!/bin/sh
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
# desktop database
update-desktop-database > /dev/null
# update icons cache
gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
# End of file