summarylogtreecommitdiffstats
path: root/ttf-consolas-with-yahei.install
diff options
context:
space:
mode:
authoredward-p2017-12-14 22:48:18 +0800
committeredward-p2017-12-14 22:48:18 +0800
commitb9beabb15880f1230a828ba96da66ae7d947a1ed (patch)
treeeca2c1ba854c7aba9b09fb71e36964d4d11d3ac3 /ttf-consolas-with-yahei.install
downloadaur-b9beabb15880f1230a828ba96da66ae7d947a1ed.tar.gz
packaged
Diffstat (limited to 'ttf-consolas-with-yahei.install')
-rw-r--r--ttf-consolas-with-yahei.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ttf-consolas-with-yahei.install b/ttf-consolas-with-yahei.install
new file mode 100644
index 000000000000..222aaa8e0a8f
--- /dev/null
+++ b/ttf-consolas-with-yahei.install
@@ -0,0 +1,11 @@
+post_install() {
+ fc-cache -s
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}