Drop scriptlet that removes /.readahead
Readahead was removed a long time ago.
This commit is contained in:
parent
9977ebc5d7
commit
8bc4ef61e5
@ -508,9 +508,6 @@ if [ $1 -eq 1 ] ; then
|
|||||||
systemctl preset-all &>/dev/null || :
|
systemctl preset-all &>/dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove obsolete systemd-readahead file
|
|
||||||
rm -f /.readahead &>/dev/null || :
|
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 -eq 0 ] ; then
|
if [ $1 -eq 0 ] ; then
|
||||||
systemctl disable --quiet \
|
systemctl disable --quiet \
|
||||||
|
Loading…
Reference in New Issue
Block a user