debian/postrm
changeset 38 5c262b6a659d
parent 37 1cdaa46b79c5
equal deleted inserted replaced
37:1cdaa46b79c5 38:5c262b6a659d
    31 	} >&2
    31 	} >&2
    32 	;;
    32 	;;
    33 
    33 
    34     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
    34     remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
    35         {
    35         {
    36 	insserv -r ha-hostname
    36 	update-rc.d ha-hostname remove >/dev/null
    37 	insserv -r ha-config
    37 	update-rc.d ha-config remove >/dev/null
    38         } >&2
    38         } >&2
    39     ;;
    39     ;;
    40 
    40 
    41     *)
    41     *)
    42         echo "postrm called with unknown argument \`$1'" >&2
    42         echo "postrm called with unknown argument \`$1'" >&2