diff options
Diffstat (limited to 'pcr/ttf-free-comic-font/install')
-rw-r--r-- | pcr/ttf-free-comic-font/install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/ttf-free-comic-font/install b/pcr/ttf-free-comic-font/install new file mode 100644 index 000000000..b945821e7 --- /dev/null +++ b/pcr/ttf-free-comic-font/install @@ -0,0 +1,13 @@ +post_install() { + fc-cache -s + mkfontscale usr/share/fonts/TTF + mkfontdir usr/share/fonts/TTF +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |