post-install 779 B

1234567891011121314
  1. echo "Updating desktop database: update-desktop-database -q opt/trinity/share/applications/tde"
  2. chroot "$rootdir" /usr/bin/update-desktop-database -q opt/trinity/share/applications/tde 2> /dev/null
  3. echo "Updating ICON cache: gtk-update-icon-cache -q -f -i opt/trinity/share/icons/hicolor"
  4. chroot "$rootdir" /usr/bin/gtk-update-icon-cache -q -f -i opt/trinity/share/icons/hicolor 2> /dev/null
  5. echo "Updating ICON cache: gtk-update-icon-cache -q -f -i opt/trinity/share/icons/locolor"
  6. chroot "$rootdir" /usr/bin/gtk-update-icon-cache -q -f -i opt/trinity/share/icons/locolor 2> /dev/null
  7. echo "Updating ICON cache: gtk-update-icon-cache -q -f -i opt/trinity/share/icons/mono"
  8. chroot "$rootdir" /usr/bin/gtk-update-icon-cache -q -f -i opt/trinity/share/icons/mono 2> /dev/null