From: Arne Fitzenreiter Date: Sat, 25 Jan 2020 15:13:51 +0000 (+0000) Subject: core141: cleanup go-8.3.0 and run filesystem-cleanup X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=ac924baf924906b77353c03690c047183c363bfa core141: cleanup go-8.3.0 and run filesystem-cleanup Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/141/update.sh b/config/rootfiles/core/141/update.sh index e757c2ed58..86ee7cefc8 100644 --- a/config/rootfiles/core/141/update.sh +++ b/config/rootfiles/core/141/update.sh @@ -44,6 +44,7 @@ done # Remove files rm -f /etc/rc.d/init.d/networking/red.up/06-safe-search +rm -f /usr/lib/go/8.3.0 # Stop services @@ -59,10 +60,13 @@ telinit u # Update Language cache /usr/local/bin/update-lang-cache +# Update Language cache +/usr/local/bin/filesystem-cleanup + # Start services # This update needs a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot # Finish /etc/init.d/fireinfo start