summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xlibrary/opie-common.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/opie-common.postinst b/library/opie-common.postinst
index 23ccdc3..b049efc 100755
--- a/library/opie-common.postinst
+++ b/library/opie-common.postinst
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2 2
3[ "$1" == "configure" ] || exit 1 3[ "$1" = "configure" ] || exit 1
4 4
5ln -sf /opt/QtPalmtop /home/QtPalmtop 5ln -sf /opt/QtPalmtop /home/QtPalmtop