summarylogtreecommitdiffstats
path: root/ttf-consolas-with-yahei-powerline-git.install
diff options
context:
space:
mode:
authoredward-p2018-03-05 13:35:22 +0800
committeredward-p2018-03-05 13:35:22 +0800
commit977717e42603fe2ce5c1ec22688891d5e3e80e41 (patch)
treebe10ca7abe3ac08c0eb18e9471f3e5cc0a718dcd /ttf-consolas-with-yahei-powerline-git.install
downloadaur-977717e42603fe2ce5c1ec22688891d5e3e80e41.tar.gz
20180305
Diffstat (limited to 'ttf-consolas-with-yahei-powerline-git.install')
-rw-r--r--ttf-consolas-with-yahei-powerline-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/ttf-consolas-with-yahei-powerline-git.install b/ttf-consolas-with-yahei-powerline-git.install
new file mode 100644
index 000000000000..222aaa8e0a8f
--- /dev/null
+++ b/ttf-consolas-with-yahei-powerline-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ fc-cache -s
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}