From 477eaf241cd5bb7400cecac9a886db9f018aa704 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 19 Jan 2012 15:31:35 +0100 Subject: [PATCH] add uninstall --- OPSI/control | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPSI/control b/OPSI/control index 9d7be7e..656c7ce 100644 --- a/OPSI/control +++ b/OPSI/control @@ -14,7 +14,7 @@ priority: PRIORITY licenseRequired: False productClasses: setupScript: setup32.ins -uninstallScript: +uninstallScript: uninstall32.ins updateScript: alwaysScript: onceScript: diff --git a/build.sh b/build.sh index 8aeaf31..c5d00fc 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="pmviewer" VERSION="2010" -RELEASE="4" +RELEASE="5" PRIORITY="0" ADVICE="" TYPE="restrict"