cascade-git.install 182 B

123456789101112
  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
  7. }
  8. post_remove() {
  9. post_install
  10. }