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 04:02:27 UTC 2012
[aur-mirror.git]
/
qdevelop-svn
/
qdevelop-svn.install
blob
6d37c0c2faac9e297e6cb630ac5192cc27324a1d
1
post_upgrade() {
2
post_install $1
3
}
4
5
post_install() {
6
echo ">>> If you want to have code completion and class browser you must install ctags package"
7
echo ">>> If you want to have debugging functionalities, you must install gdb package"
8
}
9
10
op=$1
11
shift
12
$op $*