summaryrefslogtreecommitdiffstats
path: root/yelp/post-install
blob: b98b5d8bcb49ec11bbaae79c8606a84bae12808a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

port=yelp

# gconf schemas
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

# icon cache
gtk-update-icon-cache -q -t -f /usr/share/$port/icons/hicolor

# desktop database
update-desktop-database -q

# End of file