citadel/meta-citadel/recipes-citadel/bbappends/tzdata%.bbappend

6 lines
116 B
Plaintext
Raw Normal View History

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