#!/bin/sh
###############################################################################
# This file was downloaded from wolf-u.li                                     #
#                                                                             #
# Its purpose is to remove all traces of fun_plug 0.4/0.5                     #
###############################################################################
# Remove folder for .bootstrap (USB-Setup)
# DNS-320/DNS-325/DNS-345:
rm -Rf /mnt/HD/HD_a2/.bootstrap
# All other NAS
rm -Rf /mnt/HD_a2/.bootstrap

###############################################################################
# Remove folder of Fonz fun_plug 0.4
# DNS-320/DNS-325/DNS-345:
rm -Rf /mnt/HD/HD_a2/fun_plug.d
# All other NAS
rm -Rf /mnt/HD_a2/fun_plug.d

###############################################################################
# Remove folder of Fonz fun_plug 0.5
# DNS-320/DNS-325/DNS-345:
rm -Rf /mnt/HD/HD_a2/ffp
# All other NAS
rm -Rf /mnt/HD_a2/ffp

rm -Rf /mnt/HD/HD_a2/Nas_Prog

###############################################################################
# Remove fun_plug File itself
# DNS-320/DNS-325/DNS-345:
rm -Rf /mnt/HD/HD_a2/fun_plug
# All other NAS
rm -Rf /mnt/HD_a2/fun_plug

###############################################################################
# Remove folder for .bootstrap (USB-Setup)
# DNS-320/DNS-325/DNS-345:
rm -Rf /mnt/HD/HD_a2/usbstorage
# All other NAS
rm -Rf /mnt/HD_a2/usbstorage
