summarylogtreecommitdiffstats
path: root/ttf.install
diff options
context:
space:
mode:
authorMike Redd2015-07-05 23:21:28 -0500
committerMike Redd2015-07-05 23:21:28 -0500
commit054a5e8b431d32f35bcfb975a185cc9cd0b95a18 (patch)
tree485b341c14216327b6cb3da4ae3c8fbb1a3a0c55 /ttf.install
downloadaur-054a5e8b431d32f35bcfb975a185cc9cd0b95a18.tar.gz
Initial import
Diffstat (limited to 'ttf.install')
-rw-r--r--ttf.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/ttf.install b/ttf.install
new file mode 100644
index 000000000000..24b98c5f9b15
--- /dev/null
+++ b/ttf.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo "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
+}
+