diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-19 17:10:29 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-03-19 17:10:29 -0700 |
commit | e8421f5db056f975bd32e0ac07b4870750d0f941 (patch) | |
tree | 2903954e5cb1e76a3fa333e40a26d3a251cecf51 /debian | |
parent | c549aed2b6a0fb05cdcd3b175dd3863631f03dd9 (diff) | |
download | vyatta-cfg-qos-e8421f5db056f975bd32e0ac07b4870750d0f941.tar.gz vyatta-cfg-qos-e8421f5db056f975bd32e0ac07b4870750d0f941.zip |
remove unused post install hook
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-cfg-qos.postinst.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/vyatta-cfg-qos.postinst.in b/debian/vyatta-cfg-qos.postinst.in deleted file mode 100644 index 3751d0b..0000000 --- a/debian/vyatta-cfg-qos.postinst.in +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -sysconfdir=@sysconfdir@ -bindir=@bindir@ -sbindir=@sbindir@ - -# Don't do anything for now. |