Loading/unloading some sfs files (e.g. LibreOffice) takes more than a minute on my system. The update-mime-database command generates a lot of disk activity. I've found a fix for this on linuxquestions.org. This is the command to patch the sfs_load on Fossapup64-9.5:
Code: Select all
sed -i 's/update-mime-database/PKGSYSTEM_ENABLE_FSYNC=0 &/' /usr/sbin/sfs_load