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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
eclipse-pleiades
/
eclipse-pleiades.install
blob
4d514019f11dc02e01a52f3a00f2105a4cd72dc1
1
post_install() {
2
echo "Add following line into /usr/share/eclipse/eclipse.ini:"
3
echo "-javaagent:/usr/share/eclipse/dropins/pleiades/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar"
4
}
5
post_upgrade() {
6
post_install
7
}
8
post_remove() {
9
/bin/true
10
}