summaryrefslogtreecommitdiff
path: root/extra/gnome-alsamixer/gnome-alsamixer.install
blob: 2787d5675a39bec0732feff9a5e0d0c6838fc02b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=gnome-alsamixer

post_install() {
  gconfpkg --install ${pkgname}
}

pre_upgrade() {
  if [[ "$(vercmp $2 0.9.7)" -gt 0 ]]; then
    pre_remove $1
  fi
}

post_upgrade() {
  post_install $1
}

pre_remove() {
  gconfpkg --uninstall ${pkgname}
}