summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/webmin/files/uninstall.sh')
-rw-r--r--app-admin/webmin/files/uninstall.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/webmin/files/uninstall.sh b/app-admin/webmin/files/uninstall.sh
deleted file mode 100644
index 1954dca84471..000000000000
--- a/app-admin/webmin/files/uninstall.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-printf "Are you sure you want to uninstall Webmin? (y/n) : "
-read answer
-printf "\\n"
-if [ "\\\$answer" = "y" ]; then
- echo "Removing webmin package .."
- /etc/init.d/webmin stop >/dev/null 2>&1
- emerge unmerge webmin
- echo "Done!"
-fi