summaryrefslogtreecommitdiff
path: root/gnome-unstable/gnome-search-tool/gnome-search-tool.install
blob: 9bc909b922cf5cf0bddd2e65ee92fd4804435d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pkgname=gnome-search-tool

post_install() {
    gconfpkg --install $pkgname
}

pre_upgrade() {
    pre_remove
}

post_upgrade() {
    post_install
}

pre_remove() {
    gconfpkg --uninstall $pkgname
}