updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gnome-shell-extension-weather-neroth-git / gschemas.install
blob58f725a5e94a95216365f491eb2c62fd9b55263d
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 Restart GNOME Shell ([Alt]+[F2], r).
19 Active the extension with gnome-tweak-tool.
20 Configure with the Weather Settings button.
21 For more informations, see https://github.com/Neroth/gnome-shell-extension-weather.
22 EOF