diff options
author | Andrew Hills <ahills@ednos.net> | 2015-05-24 11:13:56 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-04 08:18:34 +0000 |
commit | a8221c75ca2fef521b839052c874a1ac02908d6b (patch) | |
tree | ed4f16c2bb395b33db91a307b12811aa69c3a3cb /testing/terminus-font/terminus-font.post-install | |
parent | fe5ee4492f860ace473e4e6d4e1e782c7cfad81d (diff) | |
download | aports-a8221c75ca2fef521b839052c874a1ac02908d6b.tar.bz2 aports-a8221c75ca2fef521b839052c874a1ac02908d6b.tar.xz |
testing/terminus-font: new aport
http://sourceforge.net/projects/terminus-font/
Monospace bitmap font (for X11 and console)
This is actually Orion's APKBUILD, with the missing makedepend
"grep" added to allow the build to succeed. Busybox's "grep"
command does not support the regular expression from the package's
micro-configure script on line 42.
Diffstat (limited to 'testing/terminus-font/terminus-font.post-install')
-rw-r--r-- | testing/terminus-font/terminus-font.post-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/terminus-font/terminus-font.post-install b/testing/terminus-font/terminus-font.post-install new file mode 100644 index 0000000000..428369f93c --- /dev/null +++ b/testing/terminus-font/terminus-font.post-install @@ -0,0 +1,6 @@ +#!/bin/sh +# add something which happends after install + +fc-cache -s +mkfontscale usr/share/fonts/misc +mkfontdir usr/share/fonts/misc |