python3-filetype: remove unnecessary rm

these files are not installed anymore and -f hid that
This commit is contained in:
classabbyamp 2024-04-17 20:17:01 -04:00
parent e114b6b05f
commit f1ec685d5e
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 0 additions and 2 deletions

View File

@ -16,6 +16,4 @@ checksum=66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb
post_install() {
vlicense LICENSE
rm -rf ${DESTDIR}/${py3_sitelib}/examples
rm -rf ${DESTDIR}/${py2_sitelib}/examples
}