]> gitweb.fluxo.info Git - metadot.git/commitdiff
Make sure basic folder structure exists in profile
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 16:32:21 +0000 (14:32 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 1 Feb 2013 16:32:21 +0000 (14:32 -0200)
modules/profile/profile.dot.link

index b67991d38c29e7ed3e4baf630a565a9d4cae38d2..4c4849acc02524681581771044baddf98bfdd7c4 100644 (file)
@@ -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