From 041ae4f64a1434f2d47776da68b4b4f01a9d83a8 Mon Sep 17 00:00:00 2001 From: Daniel LEVAI Date: Fri, 23 Nov 2012 16:25:46 +0100 Subject: system/adobe-source-sans-pro-font: Added (adobe-source sans font). Signed-off-by: Matteo Bernardini --- system/adobe-source-sans-pro-font/doinst.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 system/adobe-source-sans-pro-font/doinst.sh (limited to 'system/adobe-source-sans-pro-font/doinst.sh') diff --git a/system/adobe-source-sans-pro-font/doinst.sh b/system/adobe-source-sans-pro-font/doinst.sh new file mode 100644 index 0000000000..74022896fe --- /dev/null +++ b/system/adobe-source-sans-pro-font/doinst.sh @@ -0,0 +1,17 @@ +# Update mkfontscale and mkfontdir: +if [ -x /usr/bin/mkfontdir ]; then + ( cd /usr/share/fonts/OTF + mkfontscale . + mkfontdir . + ) + ( cd /usr/share/fonts/TTF + mkfontscale . + mkfontdir . + ) +fi + +# Update the X font indexes: +if [ -x /usr/bin/fc-cache ]; then + /usr/bin/fc-cache -f +fi + -- cgit v1.2.3