mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
systemd: remove timedatectl
This does nothing without timedated enabled. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
726b4933a6
commit
c6f5b3bd6b
@ -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