View Single Post
Posts: 1 | Thanked: 0 times | Joined on May 2010
#4
Originally Posted by ml1n View Post
Hello, it's my first day. Very happy to be on board.
I was wondering where I am supposed to report a bug with the rootsh package? I can't find it in bugzilla.

The unisntall script doesn't work. It gives an error when removing the package via app manager. I needed to add a 'then' to the if statement in:
/var/lib/dpkg/info/rootsh.prerm

to make it work.

i.e.
#!/bin/sh

if [ -x /usr/sbin/gainroot.old ]
then
mv /usr/sbin/gainroot.old /usr/sbin/gainroot
fi

After making that change I was able to uninstall via app manager.
-----------------------------------
Thank you. Faced the same problem here. Got it uninstalled with your suggestion. Don't want stuff that can't be removed easily.