~ubuntu-branches/ubuntu/natty/migration-assistant/natty

« back to all changes in this revision

Viewing changes to debian/isinstallable

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea
  • Date: 2006-08-01 00:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060801005033-3tm4t07u4t7zi7vv
Tags: 0.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
ret=$(os-prober)
 
4
 
 
5
if [ -z "$ret" ]; then
 
6
    exit 1
 
7
fi
 
8
 
 
9
exit 0