summarylogtreecommitdiffstats
path: root/ttf-jenna-sue.install
diff options
context:
space:
mode:
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
+}