added terminus-font-patched pkgbuild because it is better than using compressed custom version of the fonts in dotfiles dir

This commit is contained in:
Von Random 2015-08-18 23:54:23 +03:00
parent 2805106940
commit 88903badb1
2 changed files with 80 additions and 0 deletions

View file

@ -0,0 +1,19 @@
post_install() {
fc-cache -s
mkfontscale usr/share/fonts/misc
mkfontdir usr/share/fonts/misc
}
post_upgrade() {
fc-cache -s
mkfontscale usr/share/fonts/misc
mkfontdir usr/share/fonts/misc
}
post_remove() {
fc-cache -s
mkfontscale usr/share/fonts/misc
mkfontdir usr/share/fonts/misc
}
# vim:set ts=2 sw=2 et: