california.install 215 B

12345678910111213141516
  1. post_install() {
  2. glib-compile-schemas usr/share/glib-2.0/schemas
  3. gtk-update-icon-cache -ftq usr/share/icons/hicolor
  4. update-desktop-database -q
  5. }
  6. post_upgrade()
  7. {
  8. post_install
  9. }
  10. post_remove()
  11. {
  12. post_install
  13. }