mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
5c137e7052
There are troublesome dependencies for both, so being able to deselect them is useful Signed-off-by: Dan Mick <dan.mick@redhat.com>
9 lines
61 B
Bash
9 lines
61 B
Bash
#!/bin/sh
|
|
# vim: set noet ts=8:
|
|
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|