doinst.sh 308 B

123456789
  1. if [ -x /usr/bin/update-desktop-database ]; then
  2. /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
  3. fi
  4. if [ -x /usr/bin/gtk-update-icon-cache ] \
  5. && [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
  6. /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
  7. fi