summarylogtreecommitdiffstats
path: root/gnome-shell-extension-dynamic-top-bar.install
blob: 1e7413864fe64bf1563e7e182175618e1e9d4927 (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 Dynamic Top Bar:'
  echo '==> Reload Gnome Shell with Alt-F2 r'
  echo '==> Enable it with the gnome-tweak-tool'
  echo '==> or run "gnome-shell-extension-tool -e dynamicTopBar@gnomeshell.feildel.fr"'
  echo ''
}

post_upgrade() {
  glib-compile-schemas /usr/share/glib-2.0/schemas
}

post_remove() {
  post_upgrade
}