summarylogtreecommitdiffstats
path: root/ttf-oxygen-git.install
diff options
context:
space:
mode:
authorMichael Straube2016-11-01 10:22:05 +0100
committerMichael Straube2016-11-01 10:22:05 +0100
commit42da732247e62556d9e89891922afbfe0398e5a7 (patch)
treefc12ac379256a5d0ab73bca98c5a36504ff1db19 /ttf-oxygen-git.install
parent35d1c05f49449646ca16ec4d835a8c2a1f61504d (diff)
downloadaur-ttf-oxygen-git.tar.gz
Fix install path, depends, license
Diffstat (limited to 'ttf-oxygen-git.install')
-rw-r--r--ttf-oxygen-git.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttf-oxygen-git.install b/ttf-oxygen-git.install
index 1c6679e68035..f5837f7f6e30 100644
--- a/ttf-oxygen-git.install
+++ b/ttf-oxygen-git.install
@@ -1,8 +1,8 @@
post_install() {
echo -n "Updating font cache... "
fc-cache -s
- mkfontscale /usr/share/fonts/truetype/oxygen
- mkfontdir /usr/share/fonts/truetype/oxygen
+ mkfontscale /usr/share/fonts/TTF
+ mkfontdir /usr/share/fonts/TTF
echo "done."
}