New comment by beginner3456789 on void-packages repository https://github.com/void-linux/void-packages/issues/40357#issuecomment-1336422630 Comment: Does anything look wrong with this tzdata INSTALL file pre(remove) action? I haven't looked at these before so don't see why this doesn't work. Maybe just removing the East-Saskatchewan entries would be better during pre-remove and then the regular package update would complete the planned changes. case "${ACTION}" in 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 [ -f usr/share/zoneinfo/right/Canada/East-Saskatchewan ]; then rm -rf usr/share/zoneinfo/posix rm -rf usr/share/zoneinfo/right fi ;; esac