updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / gnome-shell-extension-gnome2-notifications-git / gschemas.install
blob1c5be5a07bc37a7bd5057f7a3fb9a1db52898d3d
1 post_install() {
2   /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
3   instructions
6 post_upgrade() {
7   /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
8   instructions
11 post_remove() {
12   /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
15 instructions() {
16   /bin/cat << EOF
18 Don't forget to restart GNOME Shell ([Alt]+[F2], r) and to enable extension with gnome-tweak-tool.
19 EOF