Skip to content

Commit

Permalink
Merge pull request #8792 from antonlacon/timedatectl
Browse files Browse the repository at this point in the history
systemd: remove timedatectl
  • Loading branch information
chewitt committed May 2, 2024
2 parents f89e17b + c6f5b3b commit 80b7f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sysutils/systemd/package.mk
Expand Up @@ -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
Expand Down

0 comments on commit 80b7f09

Please sign in to comment.