diff options
Diffstat (limited to 'fonts.install')
-rw-r--r-- | fonts.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fonts.install b/fonts.install new file mode 100644 index 0000000..428fda9 --- /dev/null +++ b/fonts.install @@ -0,0 +1,11 @@ +post_install() { + fc-cache +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |