tzdata: remove zic and zdump, provided by glibc-2.16.

This commit is contained in:
Juan RP 2012-07-01 09:46:16 +02:00
parent c335c709f7
commit 429dde7c9a

View file

@ -11,7 +11,7 @@ ftp://munnari.oz.au/pub/tzdata${_tzdata_ver}.tar.gz"
build_style=gnu-makefile
homepage="http://www.iana.org/time-zones"
depends="bash gawk"
revision=1
revision=2
short_desc="Time zone and daylight-saving time data"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@ -29,4 +29,7 @@ post_install() {
# Remove useless stuff
rm -rf ${DESTDIR}/usr/lib
rm -f ${DESTDIR}/usr/share/zoneinfo/localtime
# Remove stuff available in glibc-2.16.
rm -f ${DESTDIR}/usr/sbin/zic
rm -f ${DESTDIR}/usr/sbin/zdump
}