libcec: remove useless demo script

This commit is contained in:
MilhouseVH 2019-02-08 17:17:43 +00:00
parent c7a9b361a3
commit 37e89c21f5

View File

@ -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