summaryrefslogtreecommitdiff
path: root/community/awn-extras-applets/awn-extras-applets.install
blob: 93e2e13e6eb65c7878ef6693f44945b7be3ad363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
post_install() {
  usr/sbin/gconfpkg --install awn-extras
  update-desktop-database -q
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

pre_upgrade() {
  pre_remove $1
}

post_upgrade() {
  post_install $1
}


pre_remove() {
  usr/sbin/gconfpkg --uninstall awn-extras
  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_remove() {
  update-desktop-database -q
}