2023-01-04 14:15:05 +00:00
|
|
|
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)
|
2023-09-05 09:28:38 +00:00
|
|
|
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
|
2023-01-04 14:15:05 +00:00
|
|
|
pbl --del-option nosimplefb=1 --config
|
|
|
|
%endif
|
|
|
|
fi
|