-rwxr-xr-x | library/opie-common.postinst | 5 | ||||
-rwxr-xr-x | library/opie-common.prerm | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/library/opie-common.postinst b/library/opie-common.postinst new file mode 100755 index 0000000..23ccdc3 --- a/dev/null +++ b/library/opie-common.postinst | |||
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ "$1" == "configure" ] || exit 1 | ||
4 | |||
5 | ln -sf /opt/QtPalmtop /home/QtPalmtop | ||
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 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | [ "$1" == "upgrade" ] && exit 1 | ||
4 | |||
5 | rm -f /home/QtPalmtop | ||