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 22 12:09:12 UTC 2012
[aur-mirror.git]
/
evolution-rss
/
evolution-rss.install
blob
da4969355ee3cd003d3ef27bd52e4a97edaf4398
1
pkgname=evolution-rss
2
3
post_install() {
4
usr/sbin/gconfpkg --install $pkgname
5
update-desktop-database -q
6
}
7
8
pre_upgrade() {
9
pre_remove $1
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
pre_remove() {
17
usr/sbin/gconfpkg --uninstall ${pkgname}
18
}
19
20
post_remove() {
21
update-desktop-database -q
22
}
23
24
op=$1
25
shift