summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-search-tool/gnome-search-tool.install
blob: b631b6a8969a0d2ba30e10b619803cd9078eb66e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  glib-compile-schemas usr/share/glib-2.0/schemas
}

pre_upgrade() {
  (( $(vercmp $2 3.6.0) < 0 )) && gconfpkg --uninstall gnome-search-tool
  return 0
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}