-rwxr-xr-x | library/opie-common.prerm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/opie-common.prerm b/library/opie-common.prerm index 1a1b4cd..40ee749 100755 --- a/library/opie-common.prerm +++ b/library/opie-common.prerm @@ -1,5 +1,5 @@ #!/bin/sh -[ "$1" == "upgrade" ] && exit 1 +[ "$1" = "upgrade" ] && exit 1 -rm -f /home/QtPalmtop +rm -rf /home/QtPalmtop |