seafile-client.install 145 B

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