diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-26 19:30:13 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-12-26 19:31:18 -0300 |
commit | 138b7269f4d3a3f7bf645ea13b43e1ec749e2519 (patch) | |
tree | b2f758d70e497675c1faf6e500697709bae79622 /pcr/ttf-gentium-plus/ttf-gentium-plus.install | |
parent | f49a2d01f261598543bc03d7d9910c93c977aebc (diff) |
ttf-gentium-plus: add new package to [pcr] -> https://labs.parabola.nu/issues/900
Diffstat (limited to 'pcr/ttf-gentium-plus/ttf-gentium-plus.install')
-rw-r--r-- | pcr/ttf-gentium-plus/ttf-gentium-plus.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pcr/ttf-gentium-plus/ttf-gentium-plus.install b/pcr/ttf-gentium-plus/ttf-gentium-plus.install new file mode 100644 index 000000000..7d26d0c2a --- /dev/null +++ b/pcr/ttf-gentium-plus/ttf-gentium-plus.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 +} + |