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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
cedet-bzr
/
cedet-bzr.install
blob
479d92d3534cf24c90092a8e2b29477c80a9764a
1
post_install() {
2
cat <<EOF
3
==> Put this in your \$HOME/.emacs file to enable CEDET:
4
==> (load-file "/usr/share/emacs/site-lisp/cedet/common/cedet.el")
5
==> (semantic-load-enable-code-helpers)
6
EOF
7
}
8
9
op=$1
10
shift
11
$op $*