From d525d9a731f5d79c1128a192b9d2977a2967570f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 14 Jul 2013 01:49:21 -0700 Subject: Sun Jul 14 01:49:07 PDT 2013 --- ~coadde/cross-binutils/i786-pc-gnu-binutils.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ~coadde/cross-binutils/i786-pc-gnu-binutils.install (limited to '~coadde/cross-binutils/i786-pc-gnu-binutils.install') diff --git a/~coadde/cross-binutils/i786-pc-gnu-binutils.install b/~coadde/cross-binutils/i786-pc-gnu-binutils.install new file mode 100644 index 000000000..f77927c8d --- /dev/null +++ b/~coadde/cross-binutils/i786-pc-gnu-binutils.install @@ -0,0 +1,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 + } +} -- cgit v1.2.3-54-g00ecf