rxvt-unicode: do not include .terminfo file

xrvt-unicode already compiles the terminfo descriptions so having the
raw version in /usr/share/terminfo is unnecessary.
This commit is contained in:
meator 2022-07-21 21:38:59 +02:00 committed by classabbyamp
parent a35e5b038b
commit 98e51bb7b9
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ pre_install() {
}
post_install() {
vinstall doc/etc/rxvt-unicode.terminfo 644 usr/share/terminfo/r
vinstall ${FILESDIR}/${pkgname}.desktop 644 usr/share/applications
vinstall ${FILESDIR}/${pkgname}.png 644 usr/share/pixmaps
}