updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / file-roller2-nn / file-roller.install
blob10a14824148f40f08264b7db3d64686294fd1acd
1 pkgname=file-roller
3 post_install() {
4     glib-compile-schemas usr/share/glib-2.0/schemas
5     update-desktop-database -q
6     gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
9 pre_upgrade() {
10     if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
11         usr/sbin/gconfpkg --uninstall ${pkgname}
12     fi
15 post_upgrade() {
16     post_install $1
20 post_remove() {
21     post_install $1