aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.tar.bz2
alpine_aports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.tar.xz
alpine_aports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.zip
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 82e0ed5c5f..170a308ec4 100644
--- a/main/coreutils/APKBUILD
+++ b/main/coreutils/APKBUILD
@@ -2,14 +2,14 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=coreutils 3pkgname=coreutils
4pkgver=8.12 4pkgver=8.12
5pkgrel=0 5pkgrel=1
6pkgdesc="The basic file, shell and text manipulation utilities" 6pkgdesc="The basic file, shell and text manipulation utilities"
7url="http://www.gnu.org/software/coreutils/" 7url="http://www.gnu.org/software/coreutils/"
8arch="all" 8arch="all"
9license="GPL" 9license="GPL"
10depends= 10depends=
11makedepends= 11makedepends=
12install="$pkgname.post-deinstall $pkgname.post-upgrade" 12install=
13subpackages="$pkgname-doc" 13subpackages="$pkgname-doc"
14source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz" 14source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz"
15 15
diff --git a/main/coreutils/coreutils.post-deinstall b/main/coreutils/coreutils.post-deinstall
deleted file mode 100644
index 99b57c4635..0000000000
--- a/main/coreutils/coreutils.post-deinstall
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3busybox --install -s
diff --git a/main/coreutils/coreutils.post-upgrade b/main/coreutils/coreutils.post-upgrade
deleted file mode 120000
index 3e2b3c2a22..0000000000
--- a/main/coreutils/coreutils.post-upgrade
+++ /dev/null
@@ -1 +0,0 @@
1coreutils.post-deinstall \ No newline at end of file