# 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
chmod 666 $(find /user/disk -type f)
chmod 777 $(find /user/disk -type d)