summaryrefslogtreecommitdiffstats
path: root/main/musl/musl.post-upgrade
blob: 9a86fd073432c8f7c2f70ab00709477ede4aae64 (plain)
1
2
3
4
5
6
#!/bin/sh

if ! [ -e /etc/localtime ] && [ -e /etc/zoneinfo/localtime ]; then
	mv /etc/zoneinfo/localtime /etc/localtime
fi