bCNC: remove tests

This commit is contained in:
Piotr Wójcik 2020-07-28 19:49:03 +02:00 committed by Piotr
parent 9dcf2e25ce
commit d99125bad1
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'bCNC' # Template file for 'bCNC'
pkgname=bCNC pkgname=bCNC
version=0.9.14.306 version=0.9.14.306
revision=1 revision=2
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" 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.desktop" "${DESTDIR}/usr/share/applications/"
ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/" ln -s "/${py3_sitelib}/bCNC/bCNC.png" "${DESTDIR}/usr/share/pixmaps/"
ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc" ln -s "bCNC" "${DESTDIR}/usr/bin/bcnc"
rm -r ${DESTDIR}/${py3_sitelib}/tests
} }
bcnc_package() { bcnc_package() {