#!/bin/sh
set -e

if [ "$1" = "remove" ]; then
	cur_version="0.0.1-1"
	/usr/sbin/dkms remove -m xtrx -v ${cur_version} --all
fi

#DEBHELPER#
