summarylogtreecommitdiffstats
path: root/terminix.install
blob: b91d0807e5cbf639acda917dea6ba90d577a9c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  sudo glib-compile-schemas /usr/share/glib-2.0/schemas > /dev/null 2>&1
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}