From 73e31b79de25298a519671ef8b6c2ab68af9c87e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 20 Jul 2024 20:18:30 +0400 Subject: directory layout changed --- src/etc/profile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/etc/profile (limited to 'src/etc/profile') diff --git a/src/etc/profile b/src/etc/profile deleted file mode 100644 index 93b503d..0000000 --- a/src/etc/profile +++ /dev/null @@ -1,10 +0,0 @@ -# If the /etc/profile.d directory is not sourced automatically -# append this code to /etc/profile - -# Load profiles from /etc/profile.d -if test -d /etc/profile.d/; then - for profile in /etc/profile.d/*.sh; do - test -r "$profile" && . "$profile" - done - unset profile -fi -- cgit v1.2.3