summarylogtreecommitdiffstats
path: root/ttf-yas.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-yas.install')
-rw-r--r--ttf-yas.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/ttf-yas.install b/ttf-yas.install
new file mode 100644
index 000000000000..d00d1939b319
--- /dev/null
+++ b/ttf-yas.install
@@ -0,0 +1,12 @@
+post_install() {
+ fc-cache -f > /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+