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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
addon-sdk
/
install
blob
7527139c49e458233d91b7286ac47ee36244e424
1
post_install() {
2
/bin/cat <<EOF
3
Tip: you should add this alias in your bash or zsh rc, to easily activate
4
the Addon SDK:
5
alias addon-sdk="cd /opt/addon-sdk && source bin/activate; cd -"
6
EOF
7
}
8
9
# vim:set ts=2 sw=2 ft=sh et: