Diffstat (limited to 'library/opie-common.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-x | library/opie-common.postinst | 5 |
1 files changed, 5 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 @@ +#!/bin/sh + +[ "$1" == "configure" ] || exit 1 + +ln -sf /opt/QtPalmtop /home/QtPalmtop |