summaryrefslogtreecommitdiffstats
path: root/evince/post-install
blob: 9f124221b8ffdaeddf6248fd9c803737c82e4402 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# glib schemas
/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