summarylogtreecommitdiffstats
path: root/gnome-shell-extension-transmission-daemon-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-shell-extension-transmission-daemon-git.install')
-rw-r--r--gnome-shell-extension-transmission-daemon-git.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnome-shell-extension-transmission-daemon-git.install b/gnome-shell-extension-transmission-daemon-git.install
new file mode 100644
index 000000000000..9ebaeab2a04d
--- /dev/null
+++ b/gnome-shell-extension-transmission-daemon-git.install
@@ -0,0 +1,19 @@
+post_install() {
+ post_upgrade
+
+ echo ''
+ echo '==> To enable:'
+ echo '==> Reload Gnome Shell with Alt-F2 r'
+ echo '==> Enable it with the gnome-tweak-tool'
+ echo '==> or run "gnome-shell-extension-tool -e transmission-daemon@patapon.info"'
+ echo ''
+}
+
+post_upgrade() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_remove() {
+ post_upgrade
+}
+