# Common functions shared by LTSP scripts
if [ -f /usr/share/ltsp/ltsp-server-common-functions ]; then
    . /usr/share/ltsp/ltsp-server-common-functions
fi

# Sourcing distro specific overrides.
if [ -f /usr/share/ltsp/ltsp-server-vendor-functions ]; then
    . /usr/share/ltsp/ltsp-server-vendor-functions
fi
