mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 03:06:49 +00:00
fix previous commit (stale symlinks)
This commit is contained in:
parent
34c1191b71
commit
cfe69b38c3
@ -156,6 +156,7 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/lib/systemd/systemd-update-utmp
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-update-utmp-runlevel.service
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-update-utmp.service
|
||||
rm -rf $INSTALL/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
|
||||
|
||||
# remove systemd-ask-password. pointless
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-wall.service
|
||||
@ -164,6 +165,8 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-ask-password-console.service
|
||||
rm -rf $INSTALL/bin/systemd-ask-password
|
||||
rm -rf $INSTALL/bin/systemd-tty-ask-password-agent
|
||||
rm -rf $INSTALL/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
|
||||
rm -rf $INSTALL/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
|
||||
|
||||
# remove some generators we never use
|
||||
rm -rf $INSTALL/lib/systemd/system-generators/systemd-fstab-generator
|
||||
|
Loading…
x
Reference in New Issue
Block a user