Advertisement
Guest User

stix-font install

a guest
Nov 30th, 2010
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. post_install() {
  2.   echo -n "Updating font cache... "
  3.   fc-cache -s >/dev/null
  4.   mkfontdir /usr/share/fonts/OTF
  5.   mkfontscale /usr/share/fonts/OTF
  6.   echo "done."
  7. }
  8.  
  9. post_upgrade() {
  10.  post_install $1
  11. }
  12.  
  13. post_remove() {
  14.  post_install $1
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement