summarylogtreecommitdiffstats
path: root/bdf-tewi-git.install
diff options
context:
space:
mode:
authorRaymond W. Ko2015-06-10 10:23:52 -0400
committerRaymond W. Ko2015-06-10 10:23:52 -0400
commit160df2d4c94f2f5e1df684fb62f22848f87a11af (patch)
tree0622f6358d3dc953bc39362841ffd0dbc405298d /bdf-tewi-git.install
downloadaur-160df2d4c94f2f5e1df684fb62f22848f87a11af.tar.gz
initial commit
Diffstat (limited to 'bdf-tewi-git.install')
-rw-r--r--bdf-tewi-git.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/bdf-tewi-git.install b/bdf-tewi-git.install
new file mode 100644
index 000000000000..b181d92c747e
--- /dev/null
+++ b/bdf-tewi-git.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo -n "Updating font cache... "
+ fc-cache -f
+ mkfontscale /usr/share/fonts/misc
+ mkfontdir /usr/share/fonts/misc
+ echo "done."
+}
+
+post_upgrade() { post_install; }
+post_remove() { post_install; }