ceph/debian/ceph-mgr-dashboard.prerm
Kefu Chai 3eefd5c524 debian: split ceph-mgr-dashboard plugin into its own package
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>
2019-02-13 17:42:01 +08:00

9 lines
61 B
Bash

#!/bin/sh
# vim: set noet ts=8:
set -e
#DEBHELPER#
exit 0