mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
systemd: remove more useless stuff
This commit is contained in:
parent
bcbc195075
commit
22cc065725
@ -120,6 +120,7 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/lib/rpm
|
||||
rm -f $INSTALL/usr/bin/kernel-install
|
||||
rm -rf $INSTALL/etc/xdg
|
||||
rm -rf $INSTALL/usr/share/factory
|
||||
|
||||
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-OUI.hwdb
|
||||
rm -f $INSTALL/usr/lib/udev/hwdb.d/20-acpi-vendor.hwdb
|
||||
@ -187,6 +188,8 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/console-getty.service
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/console-shell.service
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/getty@.service
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/container-getty@.service
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/serial-getty@.service
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/getty.target
|
||||
rm -rf $INSTALL/usr/lib/systemd/system/multi-user.target.wants/getty.target
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user