summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorramdsc2018-10-24 11:48:04 +0200
committerramdsc2018-10-24 11:48:04 +0200
commitb337f0c0d5a1a902ea3a676e0932bdf92e49fa7b (patch)
tree6a8cd3a1768b4e024e24286a468bf1321001a012
parent4786f444c9bef2ec8cc0c5107bcae33371dd363e (diff)
downloadaur-b337f0c0d5a1a902ea3a676e0932bdf92e49fa7b.tar.gz
Fixed syntax in install helper
-rw-r--r--ttf-merge-one.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttf-merge-one.install b/ttf-merge-one.install
index 2ffe53b1ac87..ac6cb5b6f4ac 100644
--- a/ttf-merge-one.install
+++ b/ttf-merge-one.install
@@ -1,5 +1,5 @@
post_install() {
- fc-cache -s
+ fc-cache -s
}
post_upgrade() {