From 3d9f68acc645726b40c66fc83a1db2942a69f9c5 Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Thu, 9 Jun 2011 18:06:08 +0000 Subject: [PATCH] remove reference to postinstall.bat --- installer/install.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/install.xml b/installer/install.xml index 0628a4f6e7..ed402e71c0 100644 --- a/installer/install.xml +++ b/installer/install.xml @@ -147,8 +147,6 @@ <args><arg value="$INSTALL_PATH\osid" /></args></executable> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> <args><arg value="$INSTALL_PATH\postinstall.sh" /></args></executable> - <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> - <args><arg value="$INSTALL_PATH\postinstall.bat" /></args></executable> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> <args><arg value="$INSTALL_PATH\uninstall_i2p_service_unix" /></args></executable> <executable targetfile="$INSTALL_PATH/installer/delete.jar" type="jar" stage="postinstall" keep="true" failure="warn"> <os family="windows" /> -- GitLab