6 lines
109 B
Text
6 lines
109 B
Text
case "$ACTION" in
|
|
post)
|
|
# Compile the terminfo description.
|
|
tic -s usr/share/terminfo/d/dvtm.info
|
|
;;
|
|
esac
|