#!/bin/sh
echo Uninstalling from $(cat ~/.zipper/installpath)
#rm -r $(cat ~/.zipper/installpath)
uninstallrc
echo Done
