#!/bin/sh
# Arg: 1
# fiber-optic - postinst
#!/bin/sh -e
if [ x"$D" = "x" ]; then
    chmod 666 $(find /user/disk -type f)
    chmod 777 $(find /user/disk -type d)
else
    exit 1
fi