![]() |
2010-01-26
, 21:28
|
Posts: 374 |
Thanked: 75 times |
Joined on Nov 2009
@ Hungary
|
#2
|
![]() |
2010-03-12
, 00:22
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2009
|
#3
|
![]() |
2010-03-12
, 00:24
|
|
Posts: 100 |
Thanked: 240 times |
Joined on Feb 2010
@ The South Pole O.o
|
#4
|
![]() |
2010-03-12
, 00:35
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2009
|
#5
|
![]() |
2010-03-12
, 00:38
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2009
|
#6
|
please post us the result of:
cat /var/lib/dpkg/info/rootsh.prerm
thanks
![]() |
2010-03-12
, 00:38
|
|
Posts: 100 |
Thanked: 240 times |
Joined on Feb 2010
@ The South Pole O.o
|
#7
|
I don't have this file anymore but it was something like
if [ blahblahblahblah ]
...
fi
if [ -x /usr/sbin/gainroot.old ] mv /usr/sbin/gainroot.old /usr/sbin/gainroot fi
if [ -x /usr/sbin/gainroot.old ] then mv /usr/sbin/gainroot.old /usr/sbin/gainroot fi
![]() |
2010-03-12
, 00:44
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2009
|
#8
|
good to hear
[edit]
heh I didn't notice that post
heres what mine looks like
Code:if [ -x /usr/sbin/gainroot.old ] mv /usr/sbin/gainroot.old /usr/sbin/gainroot fi
if [ -x /usr/sbin/gainroot.old ] ; then mv /usr/sbin/gainroot.old /usr/sbin/gainroot fi
![]() |
2010-04-28
, 21:35
|
Posts: 25 |
Thanked: 0 times |
Joined on Feb 2008
@ Minnesota
|
#9
|
![]() |
2010-04-29
, 20:36
|
Posts: 8 |
Thanked: 0 times |
Joined on Nov 2009
|
#10
|
if [ -x /usr/sbin/gainroot.old ] ; then mv /usr/sbin/gainroot.old /usr/sbin/gainroot fi
mv ./MyDocs/rootsh.prerm /var/lib/dpkg/info/rootsh.prerm
I can not even install again
Last edited by pabloniss; 2010-01-26 at 21:21.