summarylogtreecommitdiffstats
path: root/ttf-abibas.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-abibas.install')
-rw-r--r--ttf-abibas.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/ttf-abibas.install b/ttf-abibas.install
new file mode 100644
index 000000000000..2125904e5000
--- /dev/null
+++ b/ttf-abibas.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -s > /dev/null
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}