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.

15 lines
496 B

  1. setcap cap_ipc_lock,cap_sys_nice=ep /usr/bin/muse2 2>/dev/null
  2. if [ -x /usr/bin/update-desktop-database ]; then
  3. /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
  4. fi
  5. if [ -x /usr/bin/update-mime-database ]; then
  6. /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
  7. fi
  8. if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
  9. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  10. /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
  11. fi
  12. fi