add uninstall

This commit is contained in:
Mario Fetka 2012-01-19 15:22:58 +01:00
parent 066caee052
commit e565b04aa1
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="tmviewer"
VERSION="2010"
RELEASE="4"
RELEASE="5"
PRIORITY="0"
ADVICE=""
TYPE="restrict"