diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 09:03:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-24 09:03:28 +0000 |
commit | 5245d5bdffdee245ab1bc626b5fc73783d86c8d5 (patch) | |
tree | fa0a6ec40745031c45df14a2a49f838ee0581e25 /main/coreutils | |
parent | 6fed25dc265499d9cfcf237470f318c925db2954 (diff) | |
download | aports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.tar.bz2 aports-5245d5bdffdee245ab1bc626b5fc73783d86c8d5.tar.xz |
main/coreutils: remove upgrade scripts
busybox links are created by triggers nowdays
Diffstat (limited to 'main/coreutils')
-rw-r--r-- | main/coreutils/APKBUILD | 4 | ||||
-rw-r--r-- | main/coreutils/coreutils.post-deinstall | 3 | ||||
l--------- | main/coreutils/coreutils.post-upgrade | 1 |
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 @@ # 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 99b57c4635..0000000000 --- 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 3e2b3c2a22..0000000000 --- a/main/coreutils/coreutils.post-upgrade +++ /dev/null @@ -1 +0,0 @@ -coreutils.post-deinstall
\ No newline at end of file |