summarylogtreecommitdiffstats
path: root/gschemas.install
diff options
context:
space:
mode:
authorXZS2015-08-03 13:52:41 +0200
committerXZS2015-08-03 13:52:41 +0200
commitc456429e79012501057bfec98b91749460fa0aa6 (patch)
treece7fc86bbb4afdd1412fbe52b7b8e99a47665ce6 /gschemas.install
parent8a96ad64e43b81a2e64efc3302fadf000573f0f9 (diff)
downloadaur-c456429e79012501057bfec98b91749460fa0aa6.tar.gz
adopt package to collection
This package is now maintained as part of the collection of gnome-shell-extensions and related templates on GitHub. <https://github.com/dffischer/gnome-shell-extensions>
Diffstat (limited to 'gschemas.install')
-rw-r--r--gschemas.install20
1 files changed, 10 insertions, 10 deletions
diff --git a/gschemas.install b/gschemas.install
index 61789e42d2c5..863897ad5436 100644
--- a/gschemas.install
+++ b/gschemas.install
@@ -1,20 +1,20 @@
post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas/
- instructions
+ instruct
+ echo "and enable the extension with gnome-tweak-tool."
}
post_upgrade() {
- glib-compile-schemas usr/share/glib-2.0/schemas/
- instructions
+ instruct
+ echo "for the changes to have an effect."
}
post_remove() {
- glib-compile-schemas usr/share/glib-2.0/schemas/
+ glib-compile-schemas usr/share/glib-2.0/schemas/
}
-instructions() {
- /bin/cat << EOF
-Don't forget to restart GNOME Shell ([Alt]+[F2], r) and to enable extension
-with gnome-tweak-tool.
-EOF
+instruct() {
+ post_remove
+ echo "Don't forget to restart GNOME Shell ([Alt]+[F2], r)"
}
+
+# vim: ts=2 sw=2 et: