summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2017-03-09 16:12:30 +0300
committerFrank LENORMAND2017-03-09 16:12:30 +0300
commit8d5aaa2feec6eb01476ad310838895f728b87307 (patch)
tree5867991f8b77d955354c8dcde091428737294104
parent737f9ae722811ea160b0aeb3c81fb5476aa69d33 (diff)
downloadaur-8d5aaa2feec6eb01476ad310838895f728b87307.tar.gz
Don't install the terminfo database anymore
The `ncurses` package provides the `dvtm` and `dvtm-256color` terminfo databases now, which induced filesystem conflicts.
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f33d82d82d6..72132fc4bf24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,4 +37,6 @@ package() {
make PREFIX=/usr DESTDIR="${pkgdir}" install
install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ rm -rf "${pkgdir}/usr/share/terminfo"
}