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