summaryrefslogtreecommitdiff
path: root/~coadde/cross-binutils/i786-pc-gnu-binutils.install
blob: f77927c8def82f91a629937853cb7aa88a05c3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
_pkgname=i786-pc-gnu-binutils

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

post_upgrade() {
  post_install
}

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