diff options
author | Dima Ruban <dima@FreeBSD.org> | 2001-01-05 14:15:49 +0000 |
---|---|---|
committer | Dima Ruban <dima@FreeBSD.org> | 2001-01-05 14:15:49 +0000 |
commit | 1afce46641d883e271fa152f69d67e4141ef714a (patch) | |
tree | 03b271397f4ffb5a495c00929f35a887a8713869 /palm/pilot-link/files | |
parent | 4da55bf3aa967809efd14ca153fbe68cb3ba120a (diff) |
Notes
Diffstat (limited to 'palm/pilot-link/files')
-rw-r--r-- | palm/pilot-link/files/pilot-link.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/palm/pilot-link/files/pilot-link.sh b/palm/pilot-link/files/pilot-link.sh new file mode 100644 index 000000000000..1e02019b2f90 --- /dev/null +++ b/palm/pilot-link/files/pilot-link.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +case "$1" in + start) + /sbin/ldconfig -m %%PREFIX%%/pilot/lib + ;; + stop) + ;; + *) + echo "" + echo "Usage: `basename $0` { start | stop }" + echo "" + echo 64 + ;; +esac |