install2: further reduce X driver bloat
An installer needs video playback acceleration when it has some content to show and some means to; as long as these are not supported just drop this unconditionally.
This commit is contained in:
parent
6a59475dbd
commit
0ba5ad6486
@ -1,9 +1,12 @@
|
||||
#!/bin/sh
|
||||
# drop extra drivers et al, purge kernel image(s)
|
||||
|
||||
# xorg modules
|
||||
# xorg-dri-*
|
||||
rm -r /usr/lib*/X11/modules/dri
|
||||
|
||||
# no movies during installation so far
|
||||
rm -rf /usr/lib*/vdpau/ /usr/lib*/libXv*
|
||||
|
||||
# evms modules; see http://evms.sourceforge.net/user_guide/
|
||||
rm -f /lib*/evms/*/{bbr,csm,drivelink,ogfs,replace,snapshot}*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user