summaryrefslogtreecommitdiff
path: root/os/os2/installer/remove_nosound.cmd
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-14 21:39:14 +0000
committerrubidium <rubidium@openttd.org>2011-11-14 21:39:14 +0000
commit387e410f3e7898cadec041f2849bc949810544bb (patch)
treeaba21e7a083360b9a792608ffdbb09cb0685f519 /os/os2/installer/remove_nosound.cmd
parent79b82b56a8bf3faf7733afe02470c20ce3cbfa47 (diff)
downloadopenttd-387e410f3e7898cadec041f2849bc949810544bb.tar.xz
(svn r23221) -Codechange: update the documentation and installers regarding the new directories
Diffstat (limited to 'os/os2/installer/remove_nosound.cmd')
-rw-r--r--os/os2/installer/remove_nosound.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/os2/installer/remove_nosound.cmd b/os/os2/installer/remove_nosound.cmd
index 6959fbf29..21c11e80d 100644
--- a/os/os2/installer/remove_nosound.cmd
+++ b/os/os2/installer/remove_nosound.cmd
@@ -3,8 +3,8 @@ if "%1" == "" goto err
echo Removing NoSound...
-del %1\data\nosound\*.* /n
-rmdir %1\data\nosound
+del %1\baseset\nosound\*.* /n
+rmdir %1\baseset\nosound
echo NoSound has been removed.
goto end