diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template index 054a118ecfb..2e715c512a9 100644 --- a/srcpkgs/bCNC/template +++ b/srcpkgs/bCNC/template @@ -1,7 +1,7 @@ # Template file for 'bCNC' pkgname=bCNC version=0.9.14.306 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" @@ -19,6 +19,7 @@ post_install() { ln -s "/${py3_sitelib}/bCNC/bCNC.desktop" "${DESTDIR}/usr/share/applications/" ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/" ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc" + rm -r ${DESTDIR}/${py3_sitelib}/tests } bcnc_package() {