summaryrefslogtreecommitdiffstats
path: root/caribou/post-install
blob: 26018b90afff3228f162b7b041e84cebc97fc7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

port=caribou

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

# desktop database
update-desktop-database -q

# End of file