7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
case "$ACTION" in
|
||
|
post)
|
||
|
# Compile the terminfo description.
|
||
|
tic -sx usr/share/terminfo/a/alacritty.info
|
||
|
;;
|
||
|
esac
|