Path : /var/lib/ntp/var/lib/ntp/proc/self/root/var/lib/ntp/proc/self/root/etc/webmin.rpmsave/ |
Current File : //var/lib/ntp/var/lib/ntp/proc/self/root/var/lib/ntp/proc/self/root/etc/webmin.rpmsave/uninstall.sh |
#!/bin/sh printf "Are you sure you want to uninstall Webmin? (y/n) : " read answer printf "\n" if [ "$answer" = "y" ]; then echo "Removing webmin RPM .." rpm -e --nodeps webmin echo "Done!" fi