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:
parent
2805106940
commit
88903badb1
2 changed files with 80 additions and 0 deletions
19
terminus-font-patched/terminus-font-patched.install
Normal file
19
terminus-font-patched/terminus-font-patched.install
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue