void-packages/srcpkgs/alacritty/INSTALL
2018-07-09 06:52:16 +02:00

6 lines
115 B
Text

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