summaryrefslogtreecommitdiff
path: root/~coadde/cross-binutils/armeb-unknown-eabi-binutils.install
blob: 363e4b47703eddf3266fe6ef3eb348d03ffe7c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_pkgname=armeb-unknown-eabi-binutils

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

post_upgrade() {
  post_install
}

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