remove obsolete readahead file on upgrade
This commit is contained in:
parent
9254d88a74
commit
dfe64b9c42
@ -505,6 +505,9 @@ if [ -f /etc/nsswitch.conf ] ; then
|
|||||||
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# remove obsolete systemd-readahead file
|
||||||
|
rm -f /.readahead > /dev/null 2>&1 || :
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -ge 1 ] ; then
|
if [ $1 -ge 1 ] ; then
|
||||||
systemctl daemon-reload > /dev/null 2>&1 || :
|
systemctl daemon-reload > /dev/null 2>&1 || :
|
||||||
|
Loading…
Reference in New Issue
Block a user