Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / synfig_0_61_07_rc1 / src / tool / tool.nsh
diff --git a/synfig-core/tags/synfig_0_61_07_rc1/src/tool/tool.nsh b/synfig-core/tags/synfig_0_61_07_rc1/src/tool/tool.nsh
deleted file mode 100644 (file)
index 57ce8d3..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-; The stuff to install
-Section "Synfig Tool"
-
-;  SectionIn RO
-  
-  ; Set output path to the installation directory.
-  SetOutPath "$INSTDIR\bin"
-  
-  ; Put file there
-  File "src\tool\.libs\synfig.exe"
-
-SectionEnd
-
-Section "un.Synfig Tool Uninstall"
-       Delete "$INSTDIR\bin\synfig.exe"
-       RMDir "$INSTDIR\bin"
-       RMDir "$INSTDIR"
-SectionEnd
-
-