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 || :
|
||||
fi
|
||||
|
||||
# remove obsolete systemd-readahead file
|
||||
rm -f /.readahead &>/dev/null || :
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ] ; then
|
||||
systemctl disable --quiet \
|
||||
|
Loading…
Reference in New Issue
Block a user