summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.postrm.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/vyatta-cfg.postrm.in')
-rw-r--r--debian/vyatta-cfg.postrm.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/vyatta-cfg.postrm.in b/debian/vyatta-cfg.postrm.in
index 2e50b32..c211589 100644
--- a/debian/vyatta-cfg.postrm.in
+++ b/debian/vyatta-cfg.postrm.in
@@ -1,9 +1,5 @@
#!/bin/bash
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
-
if [ "$1" = "purge" ]; then
update-rc.d vyatta-router remove >/dev/null || exit $?
fi