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 Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
protoeditor
/
protoeditor.install
blob
ca782ac2cba28dfd9f7821b3002f50138c93389c
1
post_install() {
2
cat << EOF
3
To use protoeditor, you must have a debugger installed:
4
==> DBG
5
==> Xdebug
6
==> Gubed
7
8
EOF
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
op=$1
15
shift
16
17
$op $*