summarylogtreecommitdiffstats
path: root/gschemas.install
blob: 94c92923c0d4358072d7270f4d4adb664ddce0c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  instruct
  echo "and enable this extension with the gnome-tweaks tool."
}

post_upgrade() {
  instruct
  echo "for the upgrade to have an effect."
}

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

instruct() {
  post_remove
  echo -n "Don't forget to restart GNOME Shell ([Alt]+[F2], r) "
}