summarylogtreecommitdiffstats
path: root/ansel.install
blob: 3e729879d4f7d8be776a4f8965def1df83cf730d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=ansel

post_install() {
#  usr/sbin/gconfpkg --install ${pkgname}
  [ -x `which update-desktop-database` ] &&  update-desktop-database -q
}

pre_upgrade() {
  pre_remove
}

post_upgrade() {
  post_install
}

pre_remove() {
#  usr/sbin/gconfpkg --uninstall ${pkgname}
  true
}

post_remove() {
  [ -x `which update-desktop-database` ] &&  update-desktop-database -q
}