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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
gnome-control-center-fixedicons
/
gnome-control-center.install
blob
eb703319f7eb01ffa5d48d8692854fa0e55990e3
1
pkgname=gnome-control-center
2
3
post_install() {
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
}
6
7
pre_upgrade() {
8
if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
9
usr/sbin/gconfpkg --uninstall ${pkgname}
10
fi
11
}
12
13
post_upgrade() {
14
post_install $1
15
}
16
17
post_remove() {
18
post_install $1
19
}