Skip to content

Commit

Permalink
Removed some old fairly useless plugins from installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 16, 2010
1 parent 985c360 commit 3a06ff1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions install/mushclient.nsi
Expand Up @@ -435,7 +435,6 @@ Section "Plugins"
File "..\plugins\plugin_list.xml"
File "..\plugins\plugin_summary.xml"
File "..\plugins\random_socials.xml"
File "..\plugins\sample_plugin.xml"
File "..\plugins\scan.xml"
File "..\plugins\msp.xml"
File "..\plugins\reverse_speedwalk.xml"
Expand All @@ -448,10 +447,6 @@ Section "Plugins"
File "..\plugins\MudDatabase.xml"
File "..\plugins\Chat.xml"
File "..\plugins\Health_Bar.xml"
File "..\plugins\JScript_Version.xml"
File "..\plugins\Perlscript_Version.xml"
File "..\plugins\Python_Version.xml"
File "..\plugins\VBscript_Version.xml"
File "..\plugins\ANSI_Log.xml"
File "..\plugins\Hyperlink_URL.xml"
File "..\plugins\Gag.xml"
Expand Down Expand Up @@ -666,7 +661,6 @@ Section Uninstall
Delete "$INSTDIR\worlds\plugins\plugin_list.xml"
Delete "$INSTDIR\worlds\plugins\plugin_summary.xml"
Delete "$INSTDIR\worlds\plugins\random_socials.xml"
Delete "$INSTDIR\worlds\plugins\sample_plugin.xml"
Delete "$INSTDIR\worlds\plugins\scan.xml"
Delete "$INSTDIR\worlds\plugins\msp.xml"
Delete "$INSTDIR\worlds\plugins\reverse_speedwalk.xml"
Expand All @@ -679,10 +673,6 @@ Section Uninstall
Delete "$INSTDIR\worlds\plugins\MudDatabase.xml"
Delete "$INSTDIR\worlds\plugins\Chat.xml"
Delete "$INSTDIR\worlds\plugins\Health_Bar.xml"
Delete "$INSTDIR\worlds\plugins\JScript_Version.xml"
Delete "$INSTDIR\worlds\plugins\Perlscript_Version.xml"
Delete "$INSTDIR\worlds\plugins\Python_Version.xml"
Delete "$INSTDIR\worlds\plugins\VBscript_Version.xml"
Delete "$INSTDIR\worlds\plugins\ANSI_Log.xml"
Delete "$INSTDIR\worlds\plugins\Hyperlink_URL.xml"
Delete "$INSTDIR\worlds\plugins\Gag.xml"
Expand Down

0 comments on commit 3a06ff1

Please sign in to comment.