]> git.ipfire.org Git - thirdparty/cups.git/blame - packaging/InstallationCheck
Add support for Let's Encrypt certs.
[thirdparty/cups.git] / packaging / InstallationCheck
CommitLineData
bc44d920 1#!/bin/sh
2case `uname -r` in
f3c17241
MS
3 # OS X 10.7.x
4 11.*) exit 0;;
bc44d920 5
f3c17241
MS
6 # OS X 10.8.x
7 12.*) exit 0;;
bc44d920 8
f3c17241 9 # Older OS X...
bc44d920 10 *) exit 97;;
11esac