supertuxkart: remove dev py scripts
This commit is contained in:
parent
1689e21c09
commit
59c427d8c3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue