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

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

post_upgrade() {
  post_install
}

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