a64f7becd2
st-terminfo.INSTALL uses tic to compile terminfo entries, but there's no guarantee that tic is actually installed. This commit adds ncurses (the provider of tic) to the dependencies of st-terminfo. It also adds missing terminfo entries to st-terminfo.REMOVE and replaces sed with vsed.
11 lines
278 B
Text
11 lines
278 B
Text
case "${ACTION}" in
|
|
pre)
|
|
rm usr/share/terminfo/s/st
|
|
rm usr/share/terminfo/s/st-bs
|
|
rm usr/share/terminfo/s/st-bs-256color
|
|
rm usr/share/terminfo/s/st-mono
|
|
rm usr/share/terminfo/s/st-meta
|
|
rm usr/share/terminfo/s/st-meta-256color
|
|
rm usr/share/terminfo/s/st-256color
|
|
;;
|
|
esac
|