tzdata: remove zic and zdump, provided by glibc-2.16.
This commit is contained in:
parent
c335c709f7
commit
429dde7c9a
|
@ -11,7 +11,7 @@ ftp://munnari.oz.au/pub/tzdata${_tzdata_ver}.tar.gz"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
homepage="http://www.iana.org/time-zones"
|
homepage="http://www.iana.org/time-zones"
|
||||||
depends="bash gawk"
|
depends="bash gawk"
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Time zone and daylight-saving time data"
|
short_desc="Time zone and daylight-saving time data"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -29,4 +29,7 @@ post_install() {
|
||||||
# Remove useless stuff
|
# Remove useless stuff
|
||||||
rm -rf ${DESTDIR}/usr/lib
|
rm -rf ${DESTDIR}/usr/lib
|
||||||
rm -f ${DESTDIR}/usr/share/zoneinfo/localtime
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue