Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / tool / tool.nsh
index 472788e..57ce8d3 100644 (file)
@@ -13,6 +13,7 @@ SectionEnd
 
 Section "un.Synfig Tool Uninstall"
        Delete "$INSTDIR\bin\synfig.exe"
+       RMDir "$INSTDIR\bin"
        RMDir "$INSTDIR"
 SectionEnd