kiss-mfavila-small/ports/iosevka-font/build

10 lines
448 B
Plaintext
Raw Normal View History

2021-07-14 23:27:45 -04:00
#!/bin/sh -e
# Work around the fact that we're working with a ZIP until the package manager
# can handle them.
2021-11-17 00:33:07 -05:00
install -Dm644 iosevka.ttc "$1/usr/share/fonts/TTF/iosevka.ttc"
2021-07-14 23:27:45 -04:00
printf "\n#############################################################################\n##"
printf "Remember to run fc-cache, chief! Otherwise X programs can't use the font!##\n"
printf "#############################################################################\n\n"