#!/bin/sh

# TGT=''
# if [ -e /targets/links/scratchbox.config ] ; then
#   . /targets/links/scratchbox.config
#   TGT=$SBOX_TARGET_DIR
# fi

TMP_DIR=/var/tmp

# USER=user
# GROUP=users
# HOME="$TGT/home/$USER"
# 
# if test "x$1" = "xinstall"; then
#   # walk the user through initial configuration wizards
# 
#   if ! test -d $HOME; then
#     mkdir -p $HOME
#     chmod 750 $HOME
#     chown $USER:$GROUP $HOME
#   fi
# 
#   touch $HOME/first-boot-flag
#   chown $USER:$GROUP $HOME/first-boot-flag
# fi

mkdir -p $TMP_DIR
chmod 1777 $TMP_DIR
