summarylogtreecommitdiffstats
path: root/gnome-shell.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell.install')
-rw-r--r--gnome-shell.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome-shell.install b/gnome-shell.install
new file mode 100644
index 000000000000..fd1ccf6c4d79
--- /dev/null
+++ b/gnome-shell.install
@@ -0,0 +1,19 @@
+post_install() {
+ instruct
+ echo "and enable the extension with gnome-tweak-tool."
+}
+
+post_upgrade() {
+ instruct
+ echo "for the changes to have an effect."
+}
+
+post_remove() {
+ instruct
+}
+
+instruct() {
+ echo "Don't forget to restart GNOME Shell ([Alt]+[F2], r)"
+}
+
+# vim: ts=2 sw=2 et: