diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-02-10 10:40:59 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-02-10 10:40:59 -0300 |
commit | 9c1983f067e78edb290f876f4c8326a07f1b50f1 (patch) | |
tree | e29d1d68acdacafb00baa977a545677cf98988a6 /libre/ttf-thai-libre/ttf.install | |
parent | 66c2e4229b76e11c798f2897555beae76a056cbc (diff) | |
download | abslibre-9c1983f067e78edb290f876f4c8326a07f1b50f1.tar.gz abslibre-9c1983f067e78edb290f876f4c8326a07f1b50f1.tar.bz2 abslibre-9c1983f067e78edb290f876f4c8326a07f1b50f1.zip |
ttf-thai-libre-0.4.14-1
Diffstat (limited to 'libre/ttf-thai-libre/ttf.install')
-rw-r--r-- | libre/ttf-thai-libre/ttf.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/ttf-thai-libre/ttf.install b/libre/ttf-thai-libre/ttf.install new file mode 100644 index 000000000..203190187 --- /dev/null +++ b/libre/ttf-thai-libre/ttf.install @@ -0,0 +1,15 @@ +post_install() { + echo -n "Updating font cache... " + fc-cache -fs > /dev/null + mkfontscale usr/share/fonts/TTF + mkfontdir usr/share/fonts/TTF + echo "done." +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |