diff options
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 +} |