From db82e0b4db5f3727199cc563697727041bfb8ccf Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 4 Jan 2010 16:49:32 +0100 Subject: [PATCH] Remove the 7z wrapper script again The proper way would be to add /share/7-Zip to PATH, if desired. Signed-off-by: Sebastian Schuberth --- mingw/bin/7z | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 mingw/bin/7z diff --git a/mingw/bin/7z b/mingw/bin/7z deleted file mode 100644 index b9867105..00000000 --- a/mingw/bin/7z +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec /share/7-Zip/7z "$@" -- 2.11.4.GIT