7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
|
case "$ACTION" in
|
||
|
post)
|
||
|
# Compile the terminfo description.
|
||
|
tic -s usr/share/terminfo/d/dvtm
|
||
|
;;
|
||
|
esac
|