equal
deleted
inserted
replaced
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 |