[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: desistalando pacote rebelde



> #!/bin/sh
> set -e
> # Automatically added by dh_installdocs
> if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/radvd ]; then
>         rm -f /usr/doc/radvd
> fi
> # End automatically added section
> # Automatically added by dh_installinit
> if [ -x "/etc/init.d/radvd" ]; then
> #       /etc/init.d/radvd stop
          ^^^^^^^^^^^^^^^^^^^^^^^   aki o comando
> fi
> # End automatically added section
> 
Comente todo esse bloco. assim:
#if [ -x "/etc/init.d/radvd" ]; then
#       /etc/init.d/radvd stop
#fi

Deixar o if vazio pode dar erro na hora de remover..
se voce comentar o bloco inteiro, ele deve remover sem problemas.. :) 
tentai.. :)



Reply to: