doinst.sh 378 B

1234567891011
  1. if [ -x /usr/bin/update-desktop-database ]; then
  2. /usr/bin/update-desktop-database -q usr/share/applications
  3. fi
  4. # If other icon themes are installed, then add to/modify this as needed
  5. if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
  6. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  7. /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
  8. fi
  9. fi