#!/bin/sh -e

if [ "$@" ]; then
  echo "Usage: $0"
  exit 2
fi

# APM support was removed from kernel 2.6.40 in 2011.
exit 1
