#!/bin/sh -e

dkms add -m ach-klinux -v CVERSION
dkms build -m ach-klinux -v CVERSION && dkms install -m ach-klinux -v CVERSION || true

#DEBHELPER#
