summarylogtreecommitdiffstats
path: root/gnome-shell-extension-transmission-daemon-git.install
blob: 9ebaeab2a04d6464fe30afa682d28c12171b345b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}