mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #8792 from antonlacon/timedatectl
systemd: remove timedatectl
This commit is contained in:
commit
80b7f09fcc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user