summarylogtreecommitdiffstats
path: root/gnome-shell-extension-compiz-windows-effect.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell-extension-compiz-windows-effect.install')
-rw-r--r--gnome-shell-extension-compiz-windows-effect.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-shell-extension-compiz-windows-effect.install b/gnome-shell-extension-compiz-windows-effect.install
new file mode 100644
index 000000000000..19bbbb3c8b72
--- /dev/null
+++ b/gnome-shell-extension-compiz-windows-effect.install
@@ -0,0 +1,24 @@
+post_install() {
+ instructions_install
+}
+
+post_upgrade() {
+ instructions_upgrade
+}
+
+instructions_install() {
+ cat <<-EOT
+
+ Restart GNOME Shell ([Alt]+[F2], r).
+ Activate the extension with gnome-tweak-tool.
+
+ EOT
+}
+
+instructions_upgrade() {
+ cat <<-EOT
+
+ Restart GNOME Shell ([Alt]+[F2], r) to load the upgraded extension.
+
+ EOT
+}