mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
libcec: remove useless demo script
This commit is contained in:
parent
c7a9b361a3
commit
37e89c21f5
@ -49,6 +49,9 @@ pre_configure_target() {
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
# Remove the Python3 demo - useless for us
|
||||
rm -f $INSTALL/usr/bin/pyCecClient
|
||||
|
||||
PYTHON_DIR=$INSTALL/usr/lib/$PKG_PYTHON_VERSION
|
||||
if [ -d $PYTHON_DIR/dist-packages ]; then
|
||||
mv $PYTHON_DIR/dist-packages $PYTHON_DIR/site-packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user