Merge pull request #8792 from antonlacon/timedatectl

systemd: remove timedatectl
This commit is contained in:
Christian Hewitt 2024-05-02 19:37:26 +04:00 committed by GitHub
commit 80b7f09fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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