summarylogtreecommitdiffstats
path: root/cherry-font-git.install
diff options
context:
space:
mode:
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; }