diff options
Diffstat (limited to 'debian/vyatta-cfg.postrm.in')
-rw-r--r-- | debian/vyatta-cfg.postrm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg.postrm.in b/debian/vyatta-cfg.postrm.in index 262b9fe..c211589 100644 --- a/debian/vyatta-cfg.postrm.in +++ b/debian/vyatta-cfg.postrm.in @@ -1,6 +1,6 @@ #!/bin/bash if [ "$1" = "purge" ]; then - update-rc.d vyatta-ofr remove >/dev/null || exit $? + update-rc.d vyatta-router remove >/dev/null || exit $? fi |