summaryrefslogtreecommitdiff
path: root/~coadde/cross-binutils/xtensa-unknown-elf-binutils-ath9k-htc.install
blob: 6433792612bec3e42b6b273d80adfe1d089bd440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_pkgname=xtensa-unknown-elf-binutils-ath9k-htc

post_install() {
  linktools set $_pkgname
  linktools update binutils
}

post_upgrade() {
  post_install
}

pre_remove() {
  [[ $_pkgname == $(linktools check) ]] && {
    linktools unset
  }
}