add uninstall of de help

This commit is contained in:
Mario Fetka 2012-01-09 00:14:08 +01:00
parent 2686c4ade7
commit 1ae9483c8e
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ LinkFolder_uninstall
"$UninstallProgram$" /silent "$UninstallProgram$" /silent
[Winbatch_uninstall_msi] [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 {BC8B55D1-5B97-4882-9345-0D16FB25A76A} /qb! REBOOT=ReallySuppress
msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
PN="libreoffice" PN="libreoffice"
VERSION="3.4.4" VERSION="3.4.4"
RELEASE="1" RELEASE="2"
PRIORITY="0" PRIORITY="0"
ADVICE="" ADVICE=""
TYPE="public" TYPE="public"