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 Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git]
/
evolution-rss-git
/
evolution-rss.install
blob
9dd5ca9fa904a504f90f00852c6e2dbd53998601
1
pkgname=evolution-rss
2
3
post_install() {
4
gconfpkg --install $pkgname
5
}
6
7
pre_upgrade() {
8
pre_remove $1
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14
15
pre_remove() {
16
gconfpkg --install $pkgname
17
}