Skip to content

Commit

Permalink
install.sh: Minor fixes to update_cache()
Browse files Browse the repository at this point in the history
  • Loading branch information
stark committed Jul 20, 2015
1 parent 4c7dec5 commit 8767949
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Expand Up @@ -123,14 +123,13 @@ copy_pcf()

update_cache()
{
success "Updating font cache..."
success "Updating font cache... Please Wait"
mkfontdir $font_dir
xset +fp $font_dir
xset fp rehash
fc-cache -f
printf " Done"
printf "$s_format" "Font cache updated !"
success "Finished. Your font cache has been updated"

# Perform post install stuff
post_install
}
Expand Down

0 comments on commit 8767949

Please sign in to comment.