From 138b7269f4d3a3f7bf645ea13b43e1ec749e2519 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 26 Dec 2015 19:30:13 -0300 Subject: ttf-gentium-plus: add new package to [pcr] -> https://labs.parabola.nu/issues/900 --- pcr/ttf-gentium-plus/ttf-gentium-plus.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/ttf-gentium-plus/ttf-gentium-plus.install (limited to 'pcr/ttf-gentium-plus/ttf-gentium-plus.install') 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 +} + -- cgit v1.2.3