diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-27 17:03:21 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-05-27 17:03:21 -0300 |
commit | 938a52cdfa42435782ed3d213b79fd6ab3860a65 (patch) | |
tree | 3957d23d22edad5c330a30740470d4517aef6d5f /pcr/ttf-beteckna/ttf.install | |
parent | 1e59c4d43628f03381aa28b99bae532dae84c17a (diff) | |
parent | 6d4651ca8163db4015cfa9b8bba063944cdddc44 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/ttf-beteckna/ttf.install')
-rw-r--r-- | pcr/ttf-beteckna/ttf.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pcr/ttf-beteckna/ttf.install b/pcr/ttf-beteckna/ttf.install new file mode 100644 index 000000000..33b7d6549 --- /dev/null +++ b/pcr/ttf-beteckna/ttf.install @@ -0,0 +1,15 @@ +post_install() { + echo -n "==> Rebuilding 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 +} |