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

port=gnome-shell

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

# End of file