diff options
Diffstat (limited to 'debian/vyatta-cluster.postinst.in')
-rw-r--r-- | debian/vyatta-cluster.postinst.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/vyatta-cluster.postinst.in b/debian/vyatta-cluster.postinst.in new file mode 100644 index 0000000..9d7d866 --- /dev/null +++ b/debian/vyatta-cluster.postinst.in @@ -0,0 +1,4 @@ +#!/bin/bash + +update-rc.d -f heartbeat remove >/dev/null + |