summaryrefslogtreecommitdiffstats
path: root/main/musl
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-10 15:58:44 +0300
committerTimo Teräs <timo.teras@iki.fi>2015-04-10 16:04:18 +0300
commit7e593d0fd3836f6bde2ddae09dcf2fd5d50f5980 (patch)
tree7608a69dd0d008325bd232944762a118462536e8 /main/musl
parent88a49569b688f6dca62e91b55b5ae692a8f8da57 (diff)
downloadaports-7e593d0fd3836f6bde2ddae09dcf2fd5d50f5980.tar.bz2
aports-7e593d0fd3836f6bde2ddae09dcf2fd5d50f5980.tar.xz
main/musl: remove post-upgrade script
it caused circular dependency, and is no longer needed
Diffstat (limited to 'main/musl')
-rw-r--r--main/musl/APKBUILD3
-rw-r--r--main/musl/musl.post-upgrade6
2 files changed, 1 insertions, 8 deletions
diff --git a/main/musl/APKBUILD b/main/musl/APKBUILD
index 75c1bb042..f458e75a0 100644
--- a/main/musl/APKBUILD
+++ b/main/musl/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=musl
pkgver=1.1.8
-pkgrel=0
+pkgrel=1
pkgdesc="the musl c library (libc) implementation"
url="http://www.musl-libc.org/"
arch="all"
@@ -10,7 +10,6 @@ license="MIT"
depends=""
depends_dev="!uclibc-dev"
makedepends="$depends_dev"
-install="$pkgname.post-upgrade"
subpackages="$pkgname-dev $pkgname-utils $pkgname-dbg"
source="http://www.musl-libc.org/releases/musl-$pkgver.tar.gz
diff --git a/main/musl/musl.post-upgrade b/main/musl/musl.post-upgrade
deleted file mode 100644
index 9a86fd073..000000000
--- a/main/musl/musl.post-upgrade
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if ! [ -e /etc/localtime ] && [ -e /etc/zoneinfo/localtime ]; then
- mv /etc/zoneinfo/localtime /etc/localtime
-fi
-