mirror of https://github.com/ceph/ceph
9 lines
61 B
Plaintext
9 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
# vim: set noet ts=8:
|
||
|
|
||
|
set -e
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|