summarylogtreecommitdiffstats
path: root/gnome-shell-extension-drop-down-terminal-git.install
blob: d4ed5ed5c7a441710f24c22c050ff95fd800574c (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 Drop Down Terminal:'
  echo '==> Reload Gnome Shell with Alt-F2 r'
  echo '==> Enable it with the gnome-tweak-tool'
  echo '==> or run "gnome-shell-extension-tool -e drop-down-terminal@gs-extensions.zzrough.org"'
  echo ''
}

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

post_remove() {
  post_upgrade
}