From f1ec685d5e06dfbad071a1d032e48f918c06a120 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 17 Apr 2024 20:17:01 -0400 Subject: [PATCH] python3-filetype: remove unnecessary rm these files are not installed anymore and -f hid that --- srcpkgs/python3-filetype/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template index 6ea6e4c97ab..b2d6446f8ff 100644 --- a/srcpkgs/python3-filetype/template +++ b/srcpkgs/python3-filetype/template @@ -16,6 +16,4 @@ checksum=66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb post_install() { vlicense LICENSE - rm -rf ${DESTDIR}/${py3_sitelib}/examples - rm -rf ${DESTDIR}/${py2_sitelib}/examples }