diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-03-12 21:26:10 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-03-12 21:26:10 (GMT) |
commit | 7219eb2f85b5c61f6708f277b5756db0c9fdb627 (patch) | |
tree | 65cd04f50dfe102bc7d74267f7e9f95aa7e46757 /abs/extra/ttf-liberation/ttf.install | |
parent | fd936e5ece64c337e9ce43bad28db35771d9d124 (diff) | |
download | linhes_pkgbuild-7219eb2f85b5c61f6708f277b5756db0c9fdb627.zip linhes_pkgbuild-7219eb2f85b5c61f6708f277b5756db0c9fdb627.tar.gz linhes_pkgbuild-7219eb2f85b5c61f6708f277b5756db0c9fdb627.tar.bz2 |
ttf-liberation: Initial inclusion. Needed for mythcenter* themes
Diffstat (limited to 'abs/extra/ttf-liberation/ttf.install')
-rw-r--r-- | abs/extra/ttf-liberation/ttf.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/extra/ttf-liberation/ttf.install b/abs/extra/ttf-liberation/ttf.install new file mode 100644 index 0000000..7d26d0c --- /dev/null +++ b/abs/extra/ttf-liberation/ttf.install @@ -0,0 +1,16 @@ +post_install() { + echo -n "Updating font cache... " + fc-cache -f > /dev/null + mkfontscale /usr/share/fonts/TTF + mkfontdir /usr/share/fonts/TTF + echo "done." +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + |