From 160df2d4c94f2f5e1df684fb62f22848f87a11af Mon Sep 17 00:00:00 2001 From: "Raymond W. Ko" Date: Wed, 10 Jun 2015 10:23:52 -0400 Subject: initial commit --- bdf-tewi-git.install | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bdf-tewi-git.install (limited to 'bdf-tewi-git.install') 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; } -- cgit v1.2.3-70-g09d2