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