#!/bin/bash

# no-ip

# Instructions for frugal install
# Remove these
# 	no-ip.dsl 		from your mydsl partition or folder,
# 	~/.noip.conf
# 	no-ip.lnk and no-ip.png from ~/.xtdesktop
# reboot.
# That's it.


# Instructions below are only for manual (non-reboot) uninstall
#
# rename this file to uninstall.sh
# and make it executable e.g sudo chmod 775 uninstall.sh
# then run it >uninstall.sh

cd /
sudo rm -r /opt/no-ip
sudo rm    /home/dsl/.noip.conf
sudo rm    /home/dsl/.xtdesktop/no-ip.lnk
sudo rm    /home/dsl/.xtdesktop/no-ip.png
sudo rm    /var/tmp/mydsl.menu/no-ip

cd /home/dsl
/usr/bin/iconsnap.sh

echo done.
echo now manually the following :
echo edit /home/dsl/.fluxbox/menu and remove no-ip entries.
echo remove no-ip.dsl from your boot partition or mydsl folder
echo
echo
