repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git]
/
palm-os-sdk
/
palm-os-sdk.install
blob
db871bee98b79d01fef5c9ed772914dc473104d7
1
#!/bin/sh
2
3
post_install
() {
4
cat
<< EOF
5
6
If you are planning to use PRC-Tools (AUR package prc-tools-bin) with the SDK,
7
you need to run the following at the command line as the root user:
8
# palmdev-prep
9
This makes PRC-Tools look for the SDK files and cache their location.
10
EOF
11
}
12
13
post_upgrade
() {
14
post_install
15
}