summarylogtreecommitdiffstats
path: root/notice.install
diff options
context:
space:
mode:
authorJiawei Zhou2018-12-22 02:14:26 +0800
committerJiawei Zhou2018-12-22 02:14:26 +0800
commitd156bc44ab9a0922c14fd0a89dbcca637b8fc063 (patch)
tree9bd30e475886fa9c7c4ddfb6a76a55eb1706ab69 /notice.install
downloadaur-d156bc44ab9a0922c14fd0a89dbcca637b8fc063.tar.gz
initial
Diffstat (limited to 'notice.install')
-rw-r--r--notice.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/notice.install b/notice.install
new file mode 100644
index 000000000000..bac60d6e7b45
--- /dev/null
+++ b/notice.install
@@ -0,0 +1,15 @@
+post_install() {
+ instruct
+ echo "and enable the extension with gnome-tweak-tool."
+}
+
+post_upgrade() {
+ instruct
+ echo "for the changes to have an effect."
+}
+
+instruct() {
+ echo "Don't forget to restart GNOME Shell ([Alt]+[F2], r)"
+}
+
+# vim: ts=2 sw=2 et: