summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index feb7e46238fa..8330d548a507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,6 +66,8 @@ package_dune-common() {
install -d ${pkgdir}/usr/share/doc/${pkgbase}/buildsystem
mv build-cmake/doc/buildsystem/html/* ${pkgdir}/usr/share/doc/${pkgbase}/buildsystem
install -Dm644 ${pkgbase}-${_tarver}/COPYING "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
+ cd "${pkgdir}"
+ rm -rf python
find "${pkgdir}" -type d -empty -delete
}