xiphos-svn.install 191 B

12345678910111213
  1. post_install() {
  2. update-desktop-database -q
  3. gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  4. }
  5. post_upgrade() {
  6. post_install $1
  7. }
  8. post_remove() {
  9. update-desktop-database -q
  10. }