author | kergoth <kergoth> | 2003-03-25 20:26:22 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-03-25 20:26:22 (UTC) |
commit | f7395e72a415322101ee3e22cb0e10b6bdf60a63 (patch) (side-by-side diff) | |
tree | ab71d7eb199a97f36b24b3f9ab0b95d8d5c97a07 | |
parent | 75131f3afecb643b945ed349465f697efdf293ad (diff) | |
download | opie-f7395e72a415322101ee3e22cb0e10b6bdf60a63.zip opie-f7395e72a415322101ee3e22cb0e10b6bdf60a63.tar.gz opie-f7395e72a415322101ee3e22cb0e10b6bdf60a63.tar.bz2 |
s/==/=/;
-rwxr-xr-x | library/opie-common.postinst | 2 |
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 @@ #!/bin/sh -[ "$1" == "configure" ] || exit 1 +[ "$1" = "configure" ] || exit 1 ln -sf /opt/QtPalmtop /home/QtPalmtop |