#!/bin/sh

set -e

case "$1" in
    purge|remove|abort-install)
    nvidia-cg-toolkit-installer --uninstall --remove-cache
    ;;
esac

#DEBHELPER#
