dbeaver-ce.install 158 B

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