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

10 lines
448 B
Plaintext
Raw Normal View History

2021-07-15 03:27:45 +00: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 05:33:07 +00:00
install -Dm644 iosevka.ttc "$1/usr/share/fonts/TTF/iosevka.ttc"
2021-07-15 03:27:45 +00:00
printf "\n#############################################################################\n##"
printf "Remember to run fc-cache, chief! Otherwise X programs can't use the font!##\n"
printf "#############################################################################\n\n"