Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_jpeg / unmod_jpeg.nsh
index 0121537..56c9547 100644 (file)
@@ -1,5 +1,8 @@
 Section "un.mod_jpeg"
-       Delete "$INSTDIR\lib\sinfg\modules\mod_jpeg.dll"
+       Delete "$INSTDIR\lib\synfig\modules\mod_jpeg.dll"
+       RMDir "$INSTDIR\lib\synfig\modules"
+       RMDir "$INSTDIR\lib\synfig"
+       RMDir "$INSTDIR\lib"
        RMDir "$INSTDIR"
 SectionEnd