1
0
forked from brl/citadel
citadel/meta-citadel/recipes-citadel/bbappends/tzdata%.bbappend

6 lines
116 B
Plaintext
Raw Normal View History

2024-08-23 17:16:41 +00:00
pkg_postinst:${PN}() {
etc_lt="$D${sysconfdir}/localtime"
ln -sf ../storage/citadel-state/localtime $etc_lt
}