summarylogtreecommitdiffstats
path: root/ttf-jenna-sue.install
diff options
context:
space:
mode:
authorStephen Smith2015-06-08 08:32:29 -0400
committerStephen Smith2015-06-08 08:32:29 -0400
commitb5ce942fbd3bb568c2996332e83fc48ff9d717d1 (patch)
treeb4b92927bc7b222472927a89ac0e9c24446194fb /ttf-jenna-sue.install
downloadaur-ttf-jenna-sue.tar.gz
Initial commit.
Diffstat (limited to 'ttf-jenna-sue.install')
-rw-r--r--ttf-jenna-sue.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/ttf-jenna-sue.install b/ttf-jenna-sue.install
new file mode 100644
index 000000000000..c2f11b1d7317
--- /dev/null
+++ b/ttf-jenna-sue.install
@@ -0,0 +1,15 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache >/dev/null -f
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
+ echo done
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}