summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-02-06 23:30:06 +0100
committersL1pKn072022-02-06 23:30:06 +0100
commita119eb5f147c86b4977d3f52f4119b251c93cf07 (patch)
tree95dcdb2fc87bc16836f779ad6c1f150c0e1b06e4
parentbdc0bd504cb176d054decd74ebc84d6a03548908 (diff)
downloadaur-a119eb5f147c86b4977d3f52f4119b251c93cf07.tar.gz
bump
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 526064c58641..2f54152b1843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,8 +35,6 @@ package() {
cd "${_plug}"
pip install -I --root "${pkgdir}" --no-warn-script-location --no-deps dist/*.whl
- rm -fr "${pkgdir}${_site_packages}"/{README.md,LICENSE}
-
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}