updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fslint / fslint.install
blob84587cea9a74f7f5674d56bf7d441b6a57dc4bdd
1 post_install () {
2   echo "Note the fslint tools do a lot of inode access and to speed them up you can use the following method to not update access times on disk while gathering inode information:"
3   echo "mount -o remount,noatime mountpoint"
4   echo "fslint-gui"
5   echo "mount -o remount,atime mountpoint"
6   echo "Command Line Executables are installed in: /usr/share/fslint/fslint you may want to add them in your PATH, to run them without GUI."