On Tue, 5 Aug 2008, Matt wrote:
I am wanting to uninstall an rpm off my CentOS 4.6 box. Namely caching-nameserver. Is there anywhere I can look at the uninstall script to see what it all does on its way out?
Run as an unpriv'd user:
rpm -q --scripts caching-nameserver
will show them to you, without running them
-- Russ herrold