13547b6d7b
INSTALL: allow tic compile with custom-defined variables such as rmxx, smxx, Tc, Ms, Se, Ss. Fixes "unknown capability" error caused by custom variables added in the upstream code since the release 0.8.4. template: replacing st-256color to xst-256color became unnecessary since it has been fixed in the upstream code. Leaving it as is will change "xst-256color" to "xxst-256color".
5 lines
78 B
Text
5 lines
78 B
Text
case "${ACTION}" in
|
|
post)
|
|
tic -sx usr/share/terminfo/x/xst.terminfo
|
|
;;
|
|
esac
|