updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / evolution-rss / evolution-rss.install
blobda4969355ee3cd003d3ef27bd52e4a97edaf4398
1 pkgname=evolution-rss
3 post_install() {
4   usr/sbin/gconfpkg --install $pkgname
5   update-desktop-database -q
8 pre_upgrade() {
9   pre_remove $1
12 post_upgrade() {
13   post_install $1
16 pre_remove() {
17   usr/sbin/gconfpkg --uninstall ${pkgname}
20 post_remove() {
21   update-desktop-database -q
24 op=$1
25 shift