#!/bin/sh
# Arg: 1
# tftpd-config - postinst
#!/bin/sh -e
if [ x"$D" = "x" ]; then
    # Actions to carry out on the device go here
    chown upgeotdr /firmware
else
    exit 1
fi