Frank-Michael Fischer schrieb:
>       Extracting ... failed ... deleted!
>     impact32.exe
>     (http://puzzle.dl.sourceforge.net/sourceforge/corefonts/impact32.exe):
> 
> Anybody any idea why this happens?

Yes, it happens because this code failed:

  cabextract -l $file &> /dev/null
  if [ $? -ne 0 ]; then
    rm -f $file
    echo "failed ... deleted!"

This can fail for different reasons, one of them could be that
cabextract is not installed.

Do you have cabextract installed?

Try to do the cabextract manually, what does it print?

Btw.: The script installs the fonts into
/usr/X11R6/lib/X11/fonts/truetype. This should better be
/usr/share/fonts/truetype.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to