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

port=cheese

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

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

# desktop database
update-desktop-database > /dev/null

# End of file