summarylogtreecommitdiffstats
path: root/cherry-font-git.install
diff options
context:
space:
mode:
authormarin2019-10-04 18:37:24 +0200
committermarin2019-10-04 18:37:24 +0200
commitb7dc7050a566fd5415a41239f27ee5685a099044 (patch)
tree4b6be1b3c7a6680358c75d42fa659fabb19db816 /cherry-font-git.install
parentf2896c3bb10966029d823345ff03a40b617d6b14 (diff)
downloadaur-b7dc7050a566fd5415a41239f27ee5685a099044.tar.gz
update to otb
Diffstat (limited to 'cherry-font-git.install')
-rw-r--r--cherry-font-git.install9
1 files changed, 4 insertions, 5 deletions
diff --git a/cherry-font-git.install b/cherry-font-git.install
index 7308d9ac417d..787042b9bd83 100644
--- a/cherry-font-git.install
+++ b/cherry-font-git.install
@@ -1,5 +1,4 @@
-update_font_cache ()
-{
+update_font_cache() {
echo 'updating font cache...'
fc-cache -f
mkfontscale /usr/share/fonts/misc
@@ -7,6 +6,6 @@ update_font_cache ()
echo 'done.'
}
-post_install () { update_font_cache; }
-post_upgrade () { update_font_cache; }
-post_remove () { update_font_cache; }
+post_install() { update_font_cache; }
+post_upgrade() { update_font_cache; }
+post_remove() { update_font_cache; }