summarylogtreecommitdiffstats
path: root/font.install
diff options
context:
space:
mode:
authorvlad2015-07-09 12:36:21 +0300
committervlad2015-07-09 12:36:21 +0300
commite95fd9183f61695da1c0e2960ef68d4f36db2124 (patch)
tree0bdd59b47e2025c5ab45a925c21c77aec3fbf3bb /font.install
parentd85dcef47ee8a6ee7f3a8759ede8877f6a21dee8 (diff)
downloadaur-e95fd9183f61695da1c0e2960ef68d4f36db2124.tar.gz
Add ttf-noto, ttf-roboto-mono
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
}