xpra: remove useless files

This commit is contained in:
Alain Kalker 2016-12-09 21:55:58 +01:00 committed by Christian Neukirchen
parent 93c4d8e8b4
commit 493e44658f

View File

@ -25,3 +25,7 @@ checksum=87b7c4e4bd4afe40363b23add4b3246004c8a027b305faee23b6063761c3826a
post_extract() { post_extract() {
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
} }
post_install() {
rm -rf ${DESTDIR}/etc/init.d
}