updated on Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git] / crashplan / crashplan.install
blob38637c0818bca3887329616b5b82bbfc52e6f11f
1 post_install () {
2   INOTIFY_WATCHES=`cat /proc/sys/fs/inotify/max_user_watches`
3   if [[ $INOTIFY_WATCHES -le 8192 ]]; then
4     echo ""
5     echo "Your system is currently configured to watch $INOTIFY_WATCHES files in real time."
6     echo "CrashPlan recommend using a larger value; see the CrashPlan support site for details"
7     echo ""
8   fi