systemd: remove timedatectl

This does nothing without timedated enabled.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-04-06 03:22:50 -04:00
parent 726b4933a6
commit c6f5b3bd6b

View File

@ -159,6 +159,9 @@ post_makeinstall_target() {
safe_remove ${INSTALL}/usr/bin/systemd-nspawn
safe_remove ${INSTALL}/usr/lib/systemd/system/systemd-nspawn@.service
# remove timedatectl
safe_remove ${INSTALL}/usr/bin/timedatectl
# remove unneeded generators
for gen in ${INSTALL}/usr/lib/systemd/system-generators/*; do
case "${gen}" in