From b1d7df8a8c013e4d6c7b4185936eccc8aa22d78b Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Sat, 17 Sep 2011 15:39:54 +0000
Subject: [PATCH] remove all *.cmd files (they'll never be used in *NIX)

---
 installer/resources/postinstall.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/resources/postinstall.sh b/installer/resources/postinstall.sh
index e79038b114..7910c5400e 100644
--- a/installer/resources/postinstall.sh
+++ b/installer/resources/postinstall.sh
@@ -95,7 +95,7 @@ rm -rf ./icons
 rm -rf ./lib/wrapper
 rm -f ./lib/*.dll
 rm -f ./*.bat
-rm -f ./fix_logfile_path.cmd
+rm -f ./*.cmd
 rm -f ./*.exe
 rm -rf ./installer
 
-- 
GitLab