Skip to content

Commit

Permalink
Update list of files to uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 22, 2011
1 parent 8041cc0 commit 4adcb5f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions build/geany-plugins.nsi
Expand Up @@ -157,17 +157,26 @@ Section Uninstall
Delete "$INSTDIR\lib\geanylatex.dll" Delete "$INSTDIR\lib\geanylatex.dll"
Delete "$INSTDIR\lib\geanylipsum.dll" Delete "$INSTDIR\lib\geanylipsum.dll"
Delete "$INSTDIR\lib\geanylua.dll" Delete "$INSTDIR\lib\geanylua.dll"
Delete "$INSTDIR\lib\geanymacro.dll"
Delete "$INSTDIR\lib\geanynumberedbookmarks.dll"
Delete "$INSTDIR\lib\geanyprj.dll" Delete "$INSTDIR\lib\geanyprj.dll"
Delete "$INSTDIR\lib\geanysendmail.dll" Delete "$INSTDIR\lib\geanysendmail.dll"
Delete "$INSTDIR\lib\geanyvc.dll" Delete "$INSTDIR\lib\geanyvc.dll"
Delete "$INSTDIR\lib\gproject.dll"
Delete "$INSTDIR\lib\pretty-printer.dll" Delete "$INSTDIR\lib\pretty-printer.dll"
Delete "$INSTDIR\lib\shiftcolumn.dll" Delete "$INSTDIR\lib\shiftcolumn.dll"
Delete "$INSTDIR\lib\spellcheck.dll" Delete "$INSTDIR\lib\spellcheck.dll"
Delete "$INSTDIR\lib\tableconvert.dll"
Delete "$INSTDIR\lib\treebrowser.dll"
Delete "$INSTDIR\lib\updatechecker.dll"
Delete "$INSTDIR\lib\xmlsnippets.dll"



Delete "$INSTDIR\bin\ctpl-2.dll"
Delete "$INSTDIR\bin\libenchant.dll" Delete "$INSTDIR\bin\libenchant.dll"
Delete "$INSTDIR\bin\lua5.1.dll" Delete "$INSTDIR\bin\libsoup-2.4-1.dll"
Delete "$INSTDIR\bin\libxml2-2.dll" Delete "$INSTDIR\bin\libxml2-2.dll"
Delete "$INSTDIR\bin\ctpl.dll" Delete "$INSTDIR\bin\lua5.1.dll"


RMDir /r "$INSTDIR\doc\plugins" RMDir /r "$INSTDIR\doc\plugins"
RMDir /r "$INSTDIR\lib\geany-plugins" RMDir /r "$INSTDIR\lib\geany-plugins"
Expand Down

0 comments on commit 4adcb5f

Please sign in to comment.