From 4a991cd92943bb673b003aa475400a62f5a4804a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 8 Feb 2025 20:25:33 +0100 Subject: [PATCH] core192: remove cups symlinks Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/192/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/192/update.sh b/config/rootfiles/core/192/update.sh index b99ef6c30..b1fc44d9e 100644 --- a/config/rootfiles/core/192/update.sh +++ b/config/rootfiles/core/192/update.sh @@ -111,6 +111,9 @@ for package in perl-JSON perl-MIME-Base64 ncat gnu-netcat; do rm -f "/opt/pakfire/db/rootfiles/${package}" done +# Remove cups symlinks +rm -rf /etc/rc.d/rc?.d/???cups + # Extract files extract_files -- 2.39.5