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:
parent
a35e5b038b
commit
98e51bb7b9
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue