From 8bc4ef61e56b0c5b8bd11a7a01b1c94e36f68a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 29 Nov 2018 14:57:17 +0100 Subject: [PATCH] Drop scriptlet that removes /.readahead Readahead was removed a long time ago. --- systemd.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index 89d1a4d..c8012c9 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 \