summaryrefslogtreecommitdiff
path: root/pcr/ttf-gentium-plus/ttf-gentium-plus.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-12-26 19:30:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-12-26 19:31:18 -0300
commit138b7269f4d3a3f7bf645ea13b43e1ec749e2519 (patch)
treeb2f758d70e497675c1faf6e500697709bae79622 /pcr/ttf-gentium-plus/ttf-gentium-plus.install
parentf49a2d01f261598543bc03d7d9910c93c977aebc (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.install16
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
+}
+