Hello, I have a shell-based application which I want to support on Maemo. A small feature of my application is to detect the OS/platform it is running on.
To get this information on other Linux, I invoke `lsb_release` (Sadly, this command does not exist in the Internet Tablet OS 2007..). Fallback detection is normally accomplished using `cat /etc/*release` in older Linux/UNIX. For the moment, I have a very frail workaround: grep Nokia /etc/hostname followed by a test on "$?" Is there a Maemo-specific solution to detecting the platform during script execution? Thank you.
_______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
