Skip to content
Snippets Groups Projects
Commit c23aeeee authored by js's avatar js
Browse files

On uninstall, delete Desktop shortcut.

parent b340e911
No related branches found
No related tags found
No related merge requests found
......@@ -749,6 +749,7 @@ Section "Uninstall"
Delete "$SMPROGRAMS\$StartMenuFolder\Gajim.lnk"
Delete "$SMPROGRAMS\$StartMenuFolder\Change Theme.lnk"
RMDir "$SMPROGRAMS\$StartMenuFolder"
Delete "$DESKTOP\Gajim.lnk"
Delete "$SMSTARTUP\Gajim.lnk"
SetShellVarContext all
Delete "$SMPROGRAMS\$StartMenuFolder\Gajim.lnk"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment