From 68242ac078b3f146e9b1080b7f76b136d9f203bd Mon Sep 17 00:00:00 2001 From: M.Dinslage Date: Tue, 7 Feb 2017 22:33:07 +0700 Subject: system/ttf-dark-courier: Added (HP font based on courier-new). Signed-off-by: Willy Sudiarto Raharjo --- system/ttf-dark-courier/doinst.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/ttf-dark-courier/doinst.sh (limited to 'system/ttf-dark-courier/doinst.sh') diff --git a/system/ttf-dark-courier/doinst.sh b/system/ttf-dark-courier/doinst.sh new file mode 100644 index 0000000000..8fec9f5340 --- /dev/null +++ b/system/ttf-dark-courier/doinst.sh @@ -0,0 +1,11 @@ +# Update the X font indexes: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi + +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi -- cgit v1.2.3