summarylogtreecommitdiffstats
path: root/ttf-merge-one.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-merge-one.install')
-rw-r--r--ttf-merge-one.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ttf-merge-one.install b/ttf-merge-one.install
new file mode 100644
index 000000000000..2ffe53b1ac87
--- /dev/null
+++ b/ttf-merge-one.install
@@ -0,0 +1,11 @@
+post_install() {
+ fc-cache -s
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}