diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-08-19 16:47:33 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-08-19 16:47:33 -0400 |
commit | bd8a1bc73d57c83a9473c3e9c8918ef91042c829 (patch) | |
tree | e31d9de6f60b6a80b8407aa26aa3ea1de49c40db /pcr/ttf-montserrat/ttf.install | |
parent | be6918df7bc88884cf261bd431c8aae82dad0ad7 (diff) |
adding ttf-monserrat
Diffstat (limited to 'pcr/ttf-montserrat/ttf.install')
-rw-r--r-- | pcr/ttf-montserrat/ttf.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pcr/ttf-montserrat/ttf.install b/pcr/ttf-montserrat/ttf.install new file mode 100644 index 000000000..1df944e73 --- /dev/null +++ b/pcr/ttf-montserrat/ttf.install @@ -0,0 +1,15 @@ +post_install() { + echo -n "Updating font cache... " + fc-cache -sf > /dev/null + mkfontscale usr/share/fonts/TTF + mkfontdir usr/share/fonts/TTF + echo "done." +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +}
\ No newline at end of file |