find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# do we really need that?? -- hummm, no.
-# BIGVERSION=`echo $VERSION | cut -d . -f 1,2`
-# ( cd usr/bin && rm wx-config )
-# ( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-$BIGVERSION wx-config )
+# do we really need that?? -- hummm, yes.
+BIGVERSION=`echo $VERSION | cut -d . -f 1,2`
+( cd usr/bin && rm wx-config )
+( cd usr/bin && ln -sf $LIBDIR/wx/config/gtk2-unicode-release-$BIGVERSION wx-config )
mkdir install
cat << EOF > install/slack-desc