mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 14:45:10 +02:00
6 lines
115 B
Text
6 lines
115 B
Text
case "$ACTION" in
|
|
post)
|
|
# Compile the terminfo description.
|
|
tic -sx usr/share/terminfo/a/alacritty.info
|
|
;;
|
|
esac
|