summarylogtreecommitdiffstats
path: root/ttf.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf.install')
-rw-r--r--ttf.install14
1 files changed, 7 insertions, 7 deletions
diff --git a/ttf.install b/ttf.install
index 774ead982eef..724145fffa8a 100644
--- a/ttf.install
+++ b/ttf.install
@@ -1,15 +1,15 @@
post_install() {
- echo -n "Updating font cache... "
- fc-cache -s > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
+ echo -n "Updating font cache... "
+ fc-cache -s > /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
}