post-install 233 B

123456789
  1. # Update MIME database in background
  2. if test -d usr/share/mime
  3. then
  4. echo "Updating mime database: update-mime-database usr/share/mime & ..."
  5. chroot "$rootdir" /usr/bin/update-mime-database usr/share/mime 2> /dev/null &
  6. fi