forked from pool/nvidia-open-driver-G06-signed
Stefan Dirsch
be2de79d7b
redesign OBS-URL: https://build.opensuse.org/package/show/X11:Drivers:Video:Redesign/nvidia-open-driver-G06-signed?expand=0&rev=1
9 lines
279 B
Bash
9 lines
279 B
Bash
if [ "$1" = 0 ] ; then
|
|
# cleanup of bnc# 1000625
|
|
rm -f /usr/lib/tmpfiles.d/nvidia-logind-acl-trick-G06.conf
|
|
# remove TW Workaround for simpledrm during uninstall (boo#1201392)
|
|
%if 0%{?suse_version} >= 1550
|
|
pbl --del-option nosimplefb=1 --config
|
|
%endif
|
|
fi
|