2024-10-22 16:10:45 +01:00

12 lines
91 B
Bash

#!/bin/sh
set -e
if [ "$1" = "purge" ]
then
rm -f /etc/X11/nvidia.conf
fi
#DEBHELPER#