summarylogtreecommitdiffstats
path: root/mplus-font.install
diff options
context:
space:
mode:
Diffstat (limited to 'mplus-font.install')
-rw-r--r--mplus-font.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/mplus-font.install b/mplus-font.install
index b48997e06a5d..1347bf314c2e 100644
--- a/mplus-font.install
+++ b/mplus-font.install
@@ -1,5 +1,6 @@
post_install() {
echo -n "Updating font cache... "
+ fc-cache -s
xset fp+ /usr/share/fonts/mplus
xset fp rehash
echo "done."
@@ -10,6 +11,7 @@ post_upgrade() {
}
post_remove() {
+ fc-cache -s
xset fp- /usr/share/fonts/mplus
xset fp rehash
}