You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
319 B

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