diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:09:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:28 +0700 |
commit | e9798aafedef53a1f9f9202b516194d34cd75186 (patch) | |
tree | 96074cd8c45184c3bc6cc4f694a33b156c2973f0 /system/adobe-source-sans-pro-font/doinst.sh | |
parent | 3e5b9d124cdcd90fca24533cbcc6621ee657dce8 (diff) |
system/adobe-source-sans-pro-font: Updated for version 3.052.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-sans-pro-font/doinst.sh')
-rw-r--r-- | system/adobe-source-sans-pro-font/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/adobe-source-sans-pro-font/doinst.sh b/system/adobe-source-sans-pro-font/doinst.sh index 07732c33c3be4..522e1a9f94877 100644 --- a/system/adobe-source-sans-pro-font/doinst.sh +++ b/system/adobe-source-sans-pro-font/doinst.sh @@ -1,7 +1,7 @@ # Update the X font indexes: if [ -x /usr/bin/mkfontdir ]; then - /usr/bin/mkfontscale /usr/share/fonts/OTF - /usr/bin/mkfontdir /usr/share/fonts/OTF + /usr/bin/mkfontscale usr/share/fonts/OTF + /usr/bin/mkfontdir usr/share/fonts/OTF fi if [ -x /usr/bin/fc-cache ]; then /usr/bin/fc-cache -f |