We can't relabel nonexistant files anyway

This commit is contained in:
Leon Grünewald
2021-02-14 13:51:04 +01:00
parent ccb9dfabc5
commit 90f18e9b34

View File

@@ -56,11 +56,6 @@ exit 0
%postun %postun
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
semodule -n -r ly semodule -n -r ly
if /usr/sbin/selinuxenabled ; then
/usr/sbin/load_policy
%relabel_files
fi;
fi; fi;
exit 0 exit 0