root/64studio/trunk/tasksel-data/laptop

Revision 1, 222 bytes (checked in by free, 2 years ago)

Mass re-import

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2 # Causes a task to be selected if the machine appears to be a laptop.
3
4 if [ "$NEW_INSTALL" ]; then
5         if laptop-detect; then
6                 exit 0 # mark for install
7         else
8                 exit 1 # do not mark for install
9         fi
10 else
11         exit 1
12 fi
Note: See TracBrowser for help on using the browser.