summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-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
-