summaryrefslogtreecommitdiff
path: root/os/os2/installer/remove_nosound.cmd
diff options
context:
space:
mode:
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