[Asterisk-Users] oh323

Martijn van Oosterhout martijn at ecomtel.com.au
Thu Jun 17 16:24:04 MST 2004


On Thu, Jun 17, 2004 at 08:01:06PM +1000, Michael M. Saunders wrote:
> What is the easiest way to guarantee everything is gone
> 
> rm -f /usr/lib/asterisk
> 
> is there anything else

In my uninstall Makefile I use the following:

        # Asterisk
        rm -rf /var/spool/asterisk/ /usr/lib/asterisk/ /var/lib/asterisk/ 
        rm -rf /var/log/asterisk/ /usr/include/asterisk/
        rm -f /usr/sbin/astman /usr/sbin/safe_asterisk /usr/sbin/astgenkey
        rm -f /usr/sbin/asterisk

Mind you, I installed the samples. Note there is also /etc/asterisk/ but I
like to keep the configuration.

-- 
Martijn van Oosterhout
IT Manager
Ecomtel



More information about the asterisk-users mailing list