mirror of https://github.com/fairyglade/ly.git
We can't relabel nonexistant files anyway
This commit is contained in:
parent
ccb9dfabc5
commit
90f18e9b34
|
|
@ -56,11 +56,6 @@ exit 0
|
|||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
semodule -n -r ly
|
||||
if /usr/sbin/selinuxenabled ; then
|
||||
/usr/sbin/load_policy
|
||||
%relabel_files
|
||||
|
||||
fi;
|
||||
fi;
|
||||
exit 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue