supertuxkart: remove dev py scripts

This commit is contained in:
John 2020-05-16 13:41:00 +02:00
parent 1689e21c09
commit 59c427d8c3
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -22,6 +22,9 @@ supertuxkart-data_package() {
short_desc+=" - data files"
archs=noarch
pkg_install() {
# these script only serve a prupose for developing, not to the package
rm "${DESTDIR}/usr/share/supertuxkart/data/po/extract_strings_from_XML.py"
rm "${DESTDIR}/usr/share/supertuxkart/data/po/update_po_authors.py"
vmove usr/share/supertuxkart
}
}