summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-03-23 16:29:21 +0100
committereolianoe2017-03-23 16:29:21 +0100
commit6d5c39d64f81735c33f8ea4bcaff2531e2a4959d (patch)
tree561123974ee8e6b473fd271d505f4ed9e83f6376
parent3b76b273354f0b209a0eee1ff44d75abe0820030 (diff)
downloadaur-6d5c39d64f81735c33f8ea4bcaff2531e2a4959d.tar.gz
remove IceT man pages to avoid conflicts
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10d25f6eebbb..5b1e0937b3d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -83,4 +83,7 @@ package() {
#Install license
install -Dm644 "${srcdir}/ParaView-v${_pkgver}/License_v1.2.txt" "${pkgdir}/usr/share/licenses/paraview/LICENSE"
+
+ # Remove IceT man pages to avoid conflicts
+ rm -- "${pkgdir}/usr/share/man/man3/icet"*.3
}