From f86464fe87a7b7f151d4f1618a73b7b776ce5230 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 7 Sep 2007 17:44:50 +0100 Subject: [PATCH] WinGit: clean up a few temporary files after installing Signed-off-by: Johannes Schindelin --- share/WinGit/install.tcl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/WinGit/install.tcl b/share/WinGit/install.tcl index 290e3fb8..6eefeb26 100644 --- a/share/WinGit/install.tcl +++ b/share/WinGit/install.tcl @@ -105,6 +105,10 @@ proc installGit {} { $currentDirectory/bin/sh.exe $location/Git.lnk } + file delete $currentDirectory/fileList.txt + file delete $currentDirectory/fileList-builtins.txt + file delete $currentDirectory/git.ico + tk_dialog .info "WinGit installed" \ "WinGit was successfully installed" info 0 OK -- 2.11.4.GIT