diff options
| author | Britney Fransen <brfransen@gmail.com> | 2013-10-16 20:41:16 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2013-10-16 20:41:16 (GMT) |
| commit | 4fb36a904c3818185105d2fe09adc512c46285c7 (patch) | |
| tree | 56c1deb162824e4695133a955a6022e90282dd79 /abs/core/ttf-overlock/ttf.install | |
| parent | 2648e999d277eac5c3d331a3609bcc73fafbea71 (diff) | |
| parent | 36f4b0be52fddbd5f491da90475e69c25bf6903f (diff) | |
| download | linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.zip linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.gz linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.bz2 | |
Merge branch 'testing'
Diffstat (limited to 'abs/core/ttf-overlock/ttf.install')
| -rw-r--r-- | abs/core/ttf-overlock/ttf.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/core/ttf-overlock/ttf.install b/abs/core/ttf-overlock/ttf.install new file mode 100644 index 0000000..7d26d0c --- /dev/null +++ b/abs/core/ttf-overlock/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 +} + |
