Re: [qmailtoaster] Remove Squirrel Mail

2008-09-24 Thread Eric Shubert
Kyle Quillen wrote:
> 
> All,
> 
> I goofed a bit today and installed one of the squirrel mail themes but
> now i want to get rid of it.  So I guess my question is what is the
> proper way to uninstall squirrell mail and reinstall it.  Like it was
> never there
> 
> Thanks
> Q
> 

# rpmfile=$(locate $(rpm -q squirrelmail-toaster).noarch.rpm)
# echo $rpmfile

That should show you where you have a binary rpm you can install from.
If there's more than one, pick one or the other and assign it to $rpmfile.

# rpm -e squirrelmail-toaster
# rpm -ivh $rpmfile

-- 
-Eric 'shubes'


-
 QmailToaster hosted by: VR Hosted 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [qmailtoaster] Remove Squirrel Mail

2008-09-24 Thread Jake Vickers

Kyle Quillen wrote:


All,

I goofed a bit today and installed one of the squirrel mail themes but 
now i want to get rid of it.  So I guess my question is what is the 
proper way to uninstall squirrell mail and reinstall it.  Like it was 
never there


Thanks
Q


rpm -e squirrelmail-toaster

Then make sure that /usr/share/squirrelmail is gone (delete it if not), 
and then reinstall it.
tip: I've played with the themes before myself - I usually back up the 
SM dir before doing anything:

cd /usr/share
cp -rp squirrelmail old_squirrelmail
{install whatever}

If you decide you don't like it, or it doesn't work, it's as simple as:
cd /usr/share
rm -rf squirrelmail
mv old_squirrelmail squirrelmail

And you're back in business!



[qmailtoaster] Remove Squirrel Mail

2008-09-24 Thread Kyle Quillen

All,

I goofed a bit today and installed one of the squirrel mail themes but now i 
want to get rid of it.  So I guess my question is what is the proper way to 
uninstall squirrell mail and reinstall it.  Like it was never there

Thanks
Q