summarylogtreecommitdiffstats
path: root/gschemas.install
blob: 1ca4a1686358891a89fb517d0bc3a7ff0f9ef7f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Installs the schema to the right folder so we can use the `gsettings`
# commands to configure this plugin.

post_install() {
  recompile
}

post_upgrade() {
  recompile
}

post_remove() {
  recompile
}

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