diff options
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; } |