summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ce472d89cdf..bc995180554f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,12 +39,6 @@ package() {
rm "${pkgdir}/opt/${pkgname}/XnView.desktop"
chmod 644 "${pkgdir}/opt/${pkgname}"/xnview*.png
chmod 755 "${pkgdir}/opt/${pkgname}/XnView"
-
- # Some old version of libfreetype started getting shipped in 0.95.
- # libfreetype depends on libfontconfig, but since libfontconfig is not
- # provided in the archive and the system one is not compatible, we need to
- # remove it so that the XnView uses the system libfreetype.
- rm "${pkgdir}/opt/${pkgname}/lib/libfreetype.so"*
}
# vim:set ts=2 sw=2 et: