The Following User Says Thank You to ml1n For This Useful Post: | ||
![]() |
2010-02-16
, 15:50
|
Posts: 112 |
Thanked: 28 times |
Joined on Nov 2009
|
#2
|
![]() |
2010-02-16
, 16:13
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#3
|
![]() |
2010-05-31
, 10:54
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
|
#4
|
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.
![]() |
2012-02-03
, 16:59
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#5
|
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.