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.
Last edited by eclipseagent; 14-Jun-2008 at 09:21.
Reason: so it only checked for ttf / ttc
|