x-start-menu-icons doesn't install on a W2K german OS

Alexander Gottwald Alexander.Gottwald@s1999.tu-chemnitz.de
Sun Mar 14 15:24:00 GMT 2004


Harold L Hunt II wrote:

> Oh darn, it will be slightly more complex than I had hoped.
>
> We will actually have to add an option to mkshortcut to have it create
> all folders on the specified path, because it fails if the folders do
> not exist and we have the same problem if we create the folders from our
> shell script.

on uninstall: remove installed entries from the directory and remove the
directory if it is empty.

DIR=<using cygpath here>
for shortcut in xterm xload xbiff ...; do
    rm "$DIR/$shortcut"
done
if ls -l "$DIR" | grep -q "^total 0"; then
    rm -r "$DIR"
fi

bye
    ago
NP: Dekoy - Your Heart
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de
 http://www.gotti.org           ICQ: 126018723



More information about the Cygwin-xfree mailing list