updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gnome-control-center-fixedicons / gnome-control-center.install
blobeb703319f7eb01ffa5d48d8692854fa0e55990e3
1 pkgname=gnome-control-center
3 post_install() {
4     gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
7 pre_upgrade() {
8     if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
9         usr/sbin/gconfpkg --uninstall ${pkgname}
10     fi
13 post_upgrade() {
14     post_install $1
17 post_remove() {
18     post_install $1