diff options
author | Raymond W. Ko <raymond.w.ko@gmail.com> | 2015-06-10 10:23:52 -0400 |
---|---|---|
committer | Raymond W. Ko <raymond.w.ko@gmail.com> | 2015-06-10 10:23:52 -0400 |
commit | 160df2d4c94f2f5e1df684fb62f22848f87a11af (patch) | |
tree | 0622f6358d3dc953bc39362841ffd0dbc405298d /bdf-tewi-git.install | |
download | bdf-tewi-git-160df2d4c94f2f5e1df684fb62f22848f87a11af.tar.gz bdf-tewi-git-160df2d4c94f2f5e1df684fb62f22848f87a11af.tar.bz2 bdf-tewi-git-160df2d4c94f2f5e1df684fb62f22848f87a11af.zip |
initial commit
Diffstat (limited to 'bdf-tewi-git.install')
-rw-r--r-- | bdf-tewi-git.install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bdf-tewi-git.install b/bdf-tewi-git.install new file mode 100644 index 0000000..b181d92 --- /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; } |