From 950f7ebe0d280b9c86fc6b918f2b7af31b95f906 Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 3 Oct 2012 18:43:09 +0200 Subject: Add profile snippet to switch mc profile whether root or not. --- profile.d/local-mc.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profile.d/local-mc.sh diff --git a/profile.d/local-mc.sh b/profile.d/local-mc.sh new file mode 100644 index 0000000..c07fdfa --- /dev/null +++ b/profile.d/local-mc.sh @@ -0,0 +1,5 @@ +if [ "`id -u`" -eq 0 ]; then + export MC_SKIN=modarcon16root-defbg-thin +else + export MC_SKIN=modarcon16-defbg-thin +fi -- cgit v1.2.3