#!/bin/sh

echo "removing symlink"
rm -rf /var/bin/audio.elf

exit 0