From 1ae9483c8e6794716ea72a73fb0f4ab030033160 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 9 Jan 2012 00:14:08 +0100 Subject: [PATCH] add uninstall of de help --- CLIENT_DATA/delsub32.ins | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CLIENT_DATA/delsub32.ins b/CLIENT_DATA/delsub32.ins index 764ebb2..04ceabd 100644 --- a/CLIENT_DATA/delsub32.ins +++ b/CLIENT_DATA/delsub32.ins @@ -36,6 +36,7 @@ LinkFolder_uninstall "$UninstallProgram$" /silent [Winbatch_uninstall_msi] +msiexec /x {B645E138-3386-442F-B8A3-5237D82E7365} /qb! REBOOT=ReallySuppress msiexec /x {BC8B55D1-5B97-4882-9345-0D16FB25A76A} /qb! REBOOT=ReallySuppress msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress diff --git a/build.sh b/build.sh index fab5fc9..9988e2f 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="libreoffice" VERSION="3.4.4" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"