diff options
Diffstat (limited to 'system/adobe-source-serif-pro-font/doinst.sh')
-rw-r--r-- | system/adobe-source-serif-pro-font/doinst.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/adobe-source-serif-pro-font/doinst.sh b/system/adobe-source-serif-pro-font/doinst.sh new file mode 100644 index 0000000000000..011ed452ee566 --- /dev/null +++ b/system/adobe-source-serif-pro-font/doinst.sh @@ -0,0 +1,8 @@ +# 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 +fi +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi |