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

port=cinnamon

# gconf schemas
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
/usr/sbin/gconfpkg --install $port

# End of file