From b8efe40c89cb7fc95941b3054e1e6d56437185ad Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 21 Oct 2010 22:04:42 +0200 Subject: [PATCH] core41: remove old bzip2 files from /usr/local... --- config/rootfiles/core/41/update.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/rootfiles/core/41/update.sh b/config/rootfiles/core/41/update.sh index 84bd432463..72b334bc4a 100644 --- a/config/rootfiles/core/41/update.sh +++ b/config/rootfiles/core/41/update.sh @@ -28,6 +28,13 @@ #Stop services /etc/init.d/ipsec stop +#Remove old bzip2 files +rm -f /usr/local/bin/bunzip2 +rm -f /usr/local/bin/bzcat +rm -f /usr/local/bin/bzip2 +rm -f /usr/local/include/bzlib.h +rm -f /usr/local/lib/libbz2.a + # #Extract files extract_files -- 2.39.2