#!/bin/sh
# Arg: 1
# platformsetup - postinst
#!/bin/sh -e
#if [ x"$D" = "x" ]; then
    chown -R secuser:secuser /home/secuser
#else
#    exit 1
#fi