summaryrefslogtreecommitdiff
path: root/extra/libgweather/libgweather.install
blob: 3ba0d0a480d2d755b633a13a5c887b2dbb815550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
  glib-compile-schemas /usr/share/glib-2.0/schemas
}

pre_upgrade() {
  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
    gconfpkg --uninstall libgweather
  fi
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}