diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-15 12:43:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-15 13:37:11 +0000 |
commit | 0d4667363c89e53a83538d90acdc612739d061db (patch) | |
tree | 2acca48832bb94561874f4bb8ac971e535badeb8 /community/ttf-opensans/ttf-opensans.post-install | |
parent | c9b19d2f9f7e08b30f5352ed38ef2ca99ad1f373 (diff) | |
download | aports-0d4667363c89e53a83538d90acdc612739d061db.tar.bz2 aports-0d4667363c89e53a83538d90acdc612739d061db.tar.xz |
community/ttf-opensans: move from testing
needed by chromium for headless
Diffstat (limited to 'community/ttf-opensans/ttf-opensans.post-install')
-rw-r--r-- | community/ttf-opensans/ttf-opensans.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/community/ttf-opensans/ttf-opensans.post-install b/community/ttf-opensans/ttf-opensans.post-install new file mode 100644 index 0000000000..984457d3e1 --- /dev/null +++ b/community/ttf-opensans/ttf-opensans.post-install @@ -0,0 +1,4 @@ +#!/bin/sh +fc-cache -f > /dev/null +mkfontscale /usr/share/fonts/TTF +mkfontdir /usr/share/fonts/TTF |