fi
done
-
####################################################################
# #
# Step 2 : Do OS specific hook #
if [ -f /DISTRO_SPECS ]; then
if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
echo 'debian'; return
+ elif $GREP -q 'veket' /DISTRO_SPECS; then
+ echo 'debian'; return
fi
fi