void-packages/srcpkgs/mtm/mtm-terminfo.INSTALL
travankor 87a558cce6 mtm: update to 1.2.0.
Correctly install terminfo into subpackage.
2019-10-30 14:34:42 +01:00

6 lines
72 B
Plaintext

case "${ACTION}" in
post)
tic -sx usr/share/terminfo/m/mtm.ti
;;
esac