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

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

post_upgrade() {
  post_install
}

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