From 068747163af47bffc8d34e312a90d2472d5f2367 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 18 Feb 2020 17:13:48 +0000 Subject: [PATCH] core142: add ppp to updater Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/142/filelists/ppp | 1 + config/rootfiles/core/142/update.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 config/rootfiles/core/142/filelists/ppp diff --git a/config/rootfiles/core/142/filelists/ppp b/config/rootfiles/core/142/filelists/ppp new file mode 120000 index 0000000000..4844a9b58c --- /dev/null +++ b/config/rootfiles/core/142/filelists/ppp @@ -0,0 +1 @@ +../../../common/ppp \ No newline at end of file diff --git a/config/rootfiles/core/142/update.sh b/config/rootfiles/core/142/update.sh index e1877881ac..91d89c5b81 100644 --- a/config/rootfiles/core/142/update.sh +++ b/config/rootfiles/core/142/update.sh @@ -85,6 +85,7 @@ rm -rf /lib/modules # Remove files rm -rf /usr/lib/python2.7/site-packages/ddns +rm -rf /usr/lib/pppd/2.4.7 # Stop services @@ -95,7 +96,7 @@ extract_files ldconfig # Update Language cache -# /usr/local/bin/update-lang-cache +/usr/local/bin/update-lang-cache # Filesytem cleanup /usr/local/bin/filesystem-cleanup -- 2.39.5