xbmc-pvr-addons: strip

This commit is contained in:
Stefan Saraev 2014-03-28 16:42:03 +02:00
parent eeade2aaeb
commit 76c4849573

View File

@ -39,3 +39,9 @@ else
fi
PKG_CONFIGURE_OPTS_TARGET="--enable-addons-with-dependencies $PVRADDONS_MYSQL"
post_makeinstall_target() {
if [ "$DEBUG" != yes ]; then
$STRIP $INSTALL/usr/lib/xbmc/addons/pvr.*/*.pvr
fi
}