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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
cgmail
/
cgmail.install
blob
dece3ab6fc21a7284e3ad7bceaeb6f030169943b
1
pkgname=cgmail
2
3
post_install() {
4
usr/sbin/gconfpkg --install ${pkgname}
5
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
pre_remove() {
13
usr/sbin/gconfpkg --uninstall ${pkgname}
14
}
15
16
post_remove() {
17
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
18
}