#!/bin/sh
TMP=/tmp/.system

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

echo "successfully removed"
echo "syncing disk"
sync
exit 0