From 4cbc7b8e655bf215eb87466a4c750f346e9f6b66 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 27 Jan 2019 22:23:11 +0200 Subject: [PATCH] Remove /etc/profile.d --- board/common/cleanups.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/common/cleanups.sh b/board/common/cleanups.sh index ef7a8fee2d..f4ebfa13a9 100755 --- a/board/common/cleanups.sh +++ b/board/common/cleanups.sh @@ -218,3 +218,5 @@ rm -f ${TARGET}/etc/init.d/S91smb # other unwanted dirs rm -rf ${TARGET}/data/* rm -rf ${TARGET}/run +rm -rf ${TARGET}/etc/profile.d +