diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 761361aca73..c0d3d6500e5 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,7 +1,7 @@ # Template file for 'tzutils' pkgname=tzutils version=2022c -revision=1 +revision=2 bootstrap=yes wrksrc="tzdb-${version}" short_desc="Time zone and daylight-saving time utilities" diff --git a/srcpkgs/tzutils/tzdata.INSTALL b/srcpkgs/tzutils/tzdata.INSTALL index a6a50de6a41..8e87d78afc7 100755 --- a/srcpkgs/tzutils/tzdata.INSTALL +++ b/srcpkgs/tzutils/tzdata.INSTALL @@ -3,8 +3,8 @@ pre) # Due to some reasons, some old timezone was kept # The latest one would be Canada/East-Saskatchewan in 2017c # Don't force remove on everyone since it will spit error on update - if [ ! -L usr/share/zoneinfo/right ] && - [ -f usr/share/zoneinfo/right/Canada/East-Saskatchewan ]; then + if [ -f usr/share/zoneinfo/right/Canada/East-Saskatchewan ]; then + rm -rf usr/share/zoneinfo/posix rm -rf usr/share/zoneinfo/right fi ;;