fi
done
-
####################################################################
# #
# Step 2 : Do OS specific hook #
echo 'primeos'; return
fi
+ if $GREP -q 'austrumi' /proc/version; then
+ echo 'austrumi'; return
+ fi
+
+ if [ -f /DISTRO_SPECS ]; then
+ if $GREP -q '[Pp]uppy' /DISTRO_SPECS; then
+ echo 'debian'; return
+ fi
+ fi
+
echo "default"
}