diff options
author | Dan Mick <dan.mick@redhat.com> | 2019-01-09 23:21:10 +0100 |
---|---|---|
committer | Dan Mick <dan.mick@redhat.com> | 2019-02-04 23:53:35 +0100 |
commit | 5c137e70522f4fd90a006162ca4dd391e219ee2d (patch) | |
tree | 571c5c1745211875509cc64ad83b51000c0e9399 /debian/ceph-mgr-diskprediction-cloud.prerm | |
parent | Merge pull request #25542 from jan--f/c-v-extend-batch (diff) | |
download | ceph-5c137e70522f4fd90a006162ca4dd391e219ee2d.tar.xz ceph-5c137e70522f4fd90a006162ca4dd391e219ee2d.zip |
packaging: split ceph-mgr diskprediction and rook plugins into own packages
There are troublesome dependencies for both, so being able to deselect
them is useful
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Diffstat (limited to 'debian/ceph-mgr-diskprediction-cloud.prerm')
-rw-r--r-- | debian/ceph-mgr-diskprediction-cloud.prerm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/ceph-mgr-diskprediction-cloud.prerm b/debian/ceph-mgr-diskprediction-cloud.prerm new file mode 100644 index 00000000000..e8e9959b1f3 --- /dev/null +++ b/debian/ceph-mgr-diskprediction-cloud.prerm @@ -0,0 +1,8 @@ +#!/bin/sh +# vim: set noet ts=8: + +set -e + +#DEBHELPER# + +exit 0 |