summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.postrm.in
blob: 2e50b32b756d55a54bb4e4b7293aeec7c73636e2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

if [ "$1" = "remove" ]; then
	ldconfig
fi

if [ "$1" = "purge" ]; then
  update-rc.d vyatta-router remove >/dev/null || exit $?
fi