add uninstall

This commit is contained in:
Mario Fetka 2012-01-19 15:31:35 +01:00
parent 240b820892
commit 477eaf241c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ priority: PRIORITY
licenseRequired: False
productClasses:
setupScript: setup32.ins
uninstallScript:
uninstallScript: uninstall32.ins
updateScript:
alwaysScript:
onceScript:

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="pmviewer"
VERSION="2010"
RELEASE="4"
RELEASE="5"
PRIORITY="0"
ADVICE=""
TYPE="restrict"