#!/bin/sh
# Arg: 1
# agl-users - postinst
#!/bin/sh -e

    # avoid to run on host
    [ x"$D" != "x" ] && exit 1

    # Actions to carry out on the device go here
    for x in /etc/skel /home/*
    do
        chsmack -a User::Home $x
    done
    passwd -d agl-driver
    passwd -d agl-passenger