/etc/profile.d/undistract-me.sh is in undistract-me 0.1.0+git20130402+3a9144bc1f-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | # Copyright (c) 2008-2012 undistract-me developers. See LICENSE for details.
#
# Check for interactive bash and that we haven't already been sourced.
[ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$last_command_started_cache" ] && return
. /usr/share/undistract-me/long-running.bash
notify_when_long_running_commands_finish_install
|