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

port=metacity

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

# desktop database
update-desktop-database -q

# End of file