1
0
Fork 0

changed directory delete order. (is used for 0.60) don't worry

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1343
This commit is contained in:
Peter Veenstra 2003-10-15 15:07:22 +00:00
parent 2fc3c4b3b6
commit 6124dc639a

View file

@ -74,9 +74,9 @@ Section "Uninstall"
Delete "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}\DOSBox.conf.lnk"
; remove directories used.
RMDir "$INSTDIR"
RMDir "$INSTDIR\snaps"
RMDir "$INSTDIR\waves"
RMDir "$INSTDIR"
RMDir "$SMPROGRAMS\DOSBox-${VER_MAYOR}.${VER_MINOR}"
SectionEnd