# FIXME: this plugin is a hack to make some sort of progress on the major
# points of the install, used by ltsp-client-builder udeb in debian-installer.

if [ -f /usr/share/ltsp/plugins/ltsp-build-client/Debian/099-progress-log ]; then
    # use the existing plugin if present
    . /usr/share/ltsp/plugins/ltsp-build-client/Debian/099-progress-log
else
    echo $(date) MODE:$MODE >> /var/log/ltsp-build-client.progress.log
fi
