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

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

post_upgrade() {
  post_install
}

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