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]
/
eclipse-motivational-splash
/
setupsplash.install
blob
096e476d2780414aef63420c4800251bcab9d2c6
1
post_upgrade() {
2
setup_eclipse_motivational_splash
3
}
4
5
post_install() {
6
post_upgrade
7
}
8
9
pre_remove() {
10
/usr/bin/setup_eclipse_motivational_splash -r
11
rm /usr/share/eclipse-motivational-splash/*backup*.bmp
12
}
13
14
# vim:set ts=2 sw=2 et: