aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWyRe2017-03-13 23:47:09 +0100
committerWyRe2017-03-13 23:47:09 +0100
commiteebfb50d29dc94a6861626204d94d959d088ceb7 (patch)
tree56599c18ec0086b6241a83ccedc253a79be2d4d4
parentb13ba160181ece84a6fa6091a0c94861bcf0546d (diff)
downloadaur-eebfb50d29dc94a6861626204d94d959d088ceb7.tar.gz
.install modified
-rw-r--r--minecrafter-ttf.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/minecrafter-ttf.install b/minecrafter-ttf.install
index 2cef1d2fc330..ffc3a6b28078 100644
--- a/minecrafter-ttf.install
+++ b/minecrafter-ttf.install
@@ -1,9 +1,9 @@
post_install() {
echo -n "Updating font cache... "
- fc-cache -fs >/dev/null
- mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1
- mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1
- echo "done"
+ fc-cache -fs > /dev/null
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
+ echo "done."
}
post_upgrade() {