Add a script to clean up after Tcl/Tk installation
commitfade9ba0701f97514344e904251ba3268b495bd3
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 26 Mar 2009 15:01:04 +0000 (26 16:01 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 27 Mar 2009 16:19:54 +0000 (27 17:19 +0100)
treeaf9063c6efdc9f9f23d3314f4fd3b2567bf153ad
parent68ad0dffb22113bc65fd831f823a77ece01fbc74
Add a script to clean up after Tcl/Tk installation

When installing Tcl/Tk, all kinds of development files are installed,
too.  As we do not want to link to Tcl/Tk, we do not need them (and
we certainly do not want to ship them with the Git installer), so
let's just get rid of them.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
src/tcltk/remove-devel-files.sh [new file with mode: 0644]