From 19ae07d0d443ff8b777f46bcbe97119483356bfd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 13 Mar 2010 05:43:39 +0000 Subject: Added KDE3 version of KDE Guidance utilities git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-guidance@1102646 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- uninstall_rude.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 uninstall_rude.py (limited to 'uninstall_rude.py') diff --git a/uninstall_rude.py b/uninstall_rude.py new file mode 100644 index 0000000..9e0c435 --- /dev/null +++ b/uninstall_rude.py @@ -0,0 +1,5 @@ +import os +fhandle = open("install_log.txt","r") +for line in fhandle.readlines(): + print "deleting ", line[:-1] + os.system("rm -f "+line[:-1]) -- cgit v1.2.1