From ca9627e70852f6b2e835660df870fe3ab405882d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 1 Sep 2019 00:00:32 +0200 Subject: Initial import --- sys-apps/darklin/files/profile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys-apps/darklin/files/profile (limited to 'sys-apps/darklin/files/profile') diff --git a/sys-apps/darklin/files/profile b/sys-apps/darklin/files/profile new file mode 100644 index 0000000..0b1851a --- /dev/null +++ b/sys-apps/darklin/files/profile @@ -0,0 +1,10 @@ + + +# CfgStart darklin +for sh in /etc/profile.d/*.sh ; do + if [ -r "$sh" ] ; then + . "$sh" + fi +done +unset sh +# CfgEnd darklin -- cgit v1.2.3