Thread: MS Fonts
View Single Post
  #3 (permalink)  
Old 14-Jun-2008, 09:18
eclipseagent eclipseagent is offline
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 43
eclipseagent hasn't been rated much yet
Default Re: MS Fonts

A quick look at the script and just a quick modification of:

for i in *.tt[cf]; do rm /usr/share/fonts/truetype/$i; done
# mv -f *.tt[cf] /usr/share/fonts/truetype

would do the trick for you.

You can modify the script using gedit / kedit / vi / vim or any other application you want.
__________________
How much can you know about yourself if you've never been in a fight. - Fight Club

Ben Kevan's Blog - That's me

Last edited by eclipseagent; 14-Jun-2008 at 09:21. Reason: so it only checked for ttf / ttc
Reply With Quote