mirror of
https://github.com/ceph/ceph
synced 2024-12-11 14:09:09 +00:00
3eefd5c524
to make ceph-mgr-dashboard a separated package - helps to reduce the repo size of downstream. because ceph-mgr-dashboard is an architecture independent package. by making it separated package avoids needless duplication of the same data in mutiple .debs. - gives user a fine grained control of selection. Signed-off-by: Kefu Chai <kchai@redhat.com>
9 lines
61 B
Bash
9 lines
61 B
Bash
#!/bin/sh
|
|
# vim: set noet ts=8:
|
|
|
|
set -e
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|