updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / gnome-shell-extension-weather-git / gschemas.install
blobd9edc5a8f0ab61257776b125e6f1c07c9e386b99
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 First, get your WOEID from Yahoo.
19 For configuration, see https://github.com/simon04/gnome-shell-extension-weather
20 and consider the following commands:
21 $ gsettings set org.gnome.shell.extensions.weather woeid your_woeid
22 $ gsettings set org.gnome.shell.extensions.weather unit celsius
23 $ gsettings set org.gnome.shell.extensions.weather unit fahrenheit
24 $ gsettings set org.gnome.shell.extensions.weather translate-condition true
25 $ gsettings set org.gnome.shell.extensions.weather translate-condition false
26 $ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons false
27 $ gsettings set org.gnome.shell.extensions.weather use-symbolic-icons true
28 Alternatively, use dconf-editor for configuration.
29 Don't forget to restart GNOME Shell ([Alt]+[F2], r).
30 EOF