mirror of
https://github.com/ceph/ceph
synced 2024-12-12 14:39:05 +00:00
9 lines
61 B
Plaintext
9 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
# vim: set noet ts=8:
|
||
|
|
||
|
set -e
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
exit 0
|