summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
authorJason2022-04-14 06:13:21 -0300
committerGitHub2022-04-14 11:13:21 +0200
commit3e38a4ee0e9d08a674ae8e9b0a22984df529df2f (patch)
tree76500f38a96f0f0cc330cd87c11717e22b1edeae /gschemas.install
parent1d9efb4584dfba2b90cf6bdc0697598bbf89f5e7 (diff)
downloadaur-3e38a4ee0e9d08a674ae8e9b0a22984df529df2f.tar.gz
Update gnome-shell-extension-openweather-git to new fork (#3)
Diffstat (limited to 'gschemas.install')
-rw-r--r--gschemas.install42
1 files changed, 0 insertions, 42 deletions
diff --git a/gschemas.install b/gschemas.install
deleted file mode 100644
index 2fbf27d8628d..000000000000
--- a/gschemas.install
+++ /dev/null
@@ -1,42 +0,0 @@
-post_install() {
- /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
- instructions_install
-}
-
-post_upgrade() {
- /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
- instructions_upgrade
-}
-
-post_remove() {
- /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-instructions_install() {
- /bin/cat << EOF
-
-Restart GNOME Shell ([Alt]+[F2], r).
-Active the extension with gnome-tweak-tool.
-Configure with the Weather Settings button.
-For more informations, see https://github.com/jenslody/gnome-shell-extension-openweather
-
-EOF
-}
-
-instructions_upgrade() {
- /bin/cat << EOF
-
-Just restart GNOME Shell ([Alt]+[F2], r).
-What new ?
- * Currently, the weather data is fetched from OpenWeatherMap (including
- forecasts for up to ten days) or forecast.io (including forecasts for
- up to eight days).
- * Note: since version 29 this extensions uses coordinates to store the
- locations and makes the names editable to support multiple
- weather-providers! If you update from versions prior to 29 to 29 or greater
- (with forecast.io - support) you have to recreate your locations.
-
-For more informations, see https://github.com/jenslody/gnome-shell-extension-openweather
-
-EOF
-}