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