diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2016-11-29 07:01:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-29 07:01:18 +0700 |
commit | ae0531a7471e9ece7273890f1ef124352e00c72a (patch) | |
tree | 784a09c3031548947886cabc5c76411811c3b50f /system/ttf-coda/doinst.sh | |
parent | 1f1bc942a73cc44f15eb0ea6a1c7631512c3fcbc (diff) |
system/ttf-coda: Added (TrueType Font).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ttf-coda/doinst.sh')
-rw-r--r-- | system/ttf-coda/doinst.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/ttf-coda/doinst.sh b/system/ttf-coda/doinst.sh new file mode 100644 index 0000000000000..8fec9f5340068 --- /dev/null +++ b/system/ttf-coda/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 |