From 2eb8b84bbd4e2ce26de9ee5650553141a7390bf8 Mon Sep 17 00:00:00 2001 From: hypercubus <hypercubus> Date: Thu, 26 Aug 2004 17:25:05 +0000 Subject: [PATCH] update to build.xml to reflect name change of 'postinstall' to 'postinstall.sh' --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 2b29fd87f8..bff0114a84 100644 --- a/build.xml +++ b/build.xml @@ -225,7 +225,7 @@ <copy file="installer/resources/install_i2p_service_unix" todir="pkg-temp/" /> <copy file="installer/resources/install_i2p_service_winnt.bat" todir="pkg-temp/" /> <copy file="installer/resources/osid" todir="pkg-temp/" /> - <copy file="installer/resources/postinstall" todir="pkg-temp/" /> + <copy file="installer/resources/postinstall.sh" todir="pkg-temp/" /> <copy file="installer/resources/postinstall.bat" todir="pkg-temp/" /> <copy file="installer/resources/systray.config" todir="pkg-temp/" /> <copy file="installer/resources/uninstall_i2p_service_unix" todir="pkg-temp/" /> -- GitLab