# fiber-optic - postinst
#!/bin/sh
set -e

if [ -n "$D" ]; then
    $INTERCEPT_DIR/postinst_intercept delay_to_first_boot fiber-optic mlprefix=
    exit 0
fi
#!/bin/sh -e
find /user/disk -type f -exec chmod 666 "{}" \;
find /user/disk -type d -exec chmod 777 "{}" \;