]> git.ipfire.org Git - thirdparty/cups.git/blob - packaging/InstallationCheck
Load cups into easysw/current.
[thirdparty/cups.git] / packaging / InstallationCheck
1 #!/bin/sh
2 case `uname -r` in
3 # Mac OS X 10.4.x
4 8.*) exit 0;;
5
6 # Mac OS X 10.5.x
7 9.*) exit 0;;
8
9 # Older Mac OS X...
10 *) exit 97;;
11 esac