summarylogtreecommitdiffstats
path: root/font.install
diff options
context:
space:
mode:
Diffstat (limited to 'font.install')
-rw-r--r--font.install14
1 files changed, 7 insertions, 7 deletions
diff --git a/font.install b/font.install
index d5a636daedec..67445cf458e1 100644
--- a/font.install
+++ b/font.install
@@ -1,15 +1,15 @@
post_install() {
- echo -n "Updating font cache... "
- fc-cache -fs > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done"
+ echo -n "Updating font cache... "
+ fc-cache -fs > /dev/null
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
+ echo "done"
}
post_upgrade() {
- post_install $1
+ post_install $1
}
post_remove() {
- post_install $1
+ post_install $1
}