From 553c601068271a2f596ca3e5d53182f5395b369d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Feb 2013 14:32:21 -0200 Subject: Make sure basic folder structure exists in profile --- modules/profile/profile.dot.link | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/profile') diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link index b67991d..4c4849a 100644 --- a/modules/profile/profile.dot.link +++ b/modules/profile/profile.dot.link @@ -40,6 +40,9 @@ if [ -d "$HOME/lost+found" ]; then rmdir $HOME/lost+found &> /dev/null fi +# Make sure basic folder structure exists +mkdir -p $HOME/{apps,file,html,mail,temp} + # Custom configuration if [ -e "$HOME/.custom/profile" ]; then . $HOME/.custom/profile -- cgit v1.2.3