blob: 0ff2bab4e4418134b0ae7ef1071b7742113494fe (
plain)
1
2
3
4
5
6
|
post_install() {
cat << 'EOM'
Font(s) that should use icons are added to file /usr/share/fontconfig/conf.avail/30-icons-in-terminal.conf
Use command 'icons-in-terminal' to view a list of available icons.
EOM
}
|