Comment 31 for bug 116080

Revision history for this message
In , Ambro (ambro) wrote :

Created an attachment (id=14603)
wineshellunlink - removes created shortcuts

This is a shell script that removes a specific shortcut created with my version of wineshelllink. It should be used the same way as wineshelllink is, but only the --menu, --desktop and --link options.

Example, if a shortcut was created this way:
wineshelllink --menu --link 'Programs/MyApp/LaynchMyApp' --icon '/some/icon.xpm' --path '/home/user/.wine/dosdevices/c:/MyApp/MyApp.exe'

you can remove it by calling
wineshellunlink --menu --link 'Programs/MyApp/LaynchMyApp'