summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-08-24 09:03:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-24 09:03:28 +0000
commit5245d5bdffdee245ab1bc626b5fc73783d86c8d5 (patch)
treefa0a6ec40745031c45df14a2a49f838ee0581e25
parent6fed25dc265499d9cfcf237470f318c925db2954 (diff)
downloadaports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.tar.bz2
aports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.tar.xz
main/coreutils: remove upgrade scripts
busybox links are created by triggers nowdays
-rw-r--r--main/coreutils/APKBUILD4
-rw-r--r--main/coreutils/coreutils.post-deinstall3
l---------main/coreutils/coreutils.post-upgrade1
3 files changed, 2 insertions, 6 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD
index 82e0ed5c5..170a308ec 100644
--- a/main/coreutils/APKBUILD
+++ b/main/coreutils/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=coreutils
pkgver=8.12
-pkgrel=0
+pkgrel=1
pkgdesc="The basic file, shell and text manipulation utilities"
url="http://www.gnu.org/software/coreutils/"
arch="all"
license="GPL"
depends=
makedepends=
-install="$pkgname.post-deinstall $pkgname.post-upgrade"
+install=
subpackages="$pkgname-doc"
source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz"
diff --git a/main/coreutils/coreutils.post-deinstall b/main/coreutils/coreutils.post-deinstall
deleted file mode 100644
index 99b57c463..000000000
--- a/main/coreutils/coreutils.post-deinstall
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-busybox --install -s
diff --git a/main/coreutils/coreutils.post-upgrade b/main/coreutils/coreutils.post-upgrade
deleted file mode 120000
index 3e2b3c2a2..000000000
--- a/main/coreutils/coreutils.post-upgrade
+++ /dev/null
@@ -1 +0,0 @@
-coreutils.post-deinstall \ No newline at end of file