-rwxr-xr-x | library/opie-common.prerm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/opie-common.prerm b/library/opie-common.prerm new file mode 100755 index 0000000..1a1b4cd --- a/dev/null +++ b/library/opie-common.prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$1" == "upgrade" ] && exit 1 + +rm -f /home/QtPalmtop |