diff options
author | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-18 14:21:55 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-18 14:21:55 -0700 |
commit | 9c04f3d77a812f648842c72e70f17acfdd08c6b6 (patch) | |
tree | 0688bb9f26df240aa44650ac8b38d2c0f530c727 /debian/vyatta-cfg-system.postinst.in | |
parent | c38f1d8ace7ba12d05954ab3374f3bbea6c13d46 (diff) | |
download | vyatta-cfg-quagga-9c04f3d77a812f648842c72e70f17acfdd08c6b6.tar.gz vyatta-cfg-quagga-9c04f3d77a812f648842c72e70f17acfdd08c6b6.zip |
add dependency and postinst
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in new file mode 100644 index 00000000..39c4e4d1 --- /dev/null +++ b/debian/vyatta-cfg-system.postinst.in @@ -0,0 +1,8 @@ +#!/bin/bash + +prefix=@prefix@ +sysconfdir=@sysconfdir@ + +# remove init of daemons that we manage +update-rc.d -f ntp remove >/dev/null + |