FM wrote: > Is there way to uninstall this filter ? I know that Ihave to remove the > symlink in /usr/lib/courier/libexec/filters but I suppose there is other > files to delete.
Python's distutils doesn't have an uninstall. It's relatively easy to remove if you built an rpm using distutils. Otherwise, you can run 'setup.py install --root /tmp/pythonfilter'. That directory will then contain all of the files that were originally installed, which you can then remove. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
