summaryrefslogtreecommitdiffstats
path: root/debian/ceph.preinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ceph.preinst')
-rw-r--r--debian/ceph.preinst10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/ceph.preinst b/debian/ceph.preinst
new file mode 100644
index 000000000..290ca14ee
--- /dev/null
+++ b/debian/ceph.preinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+dpkg-maintscript-helper rm_conffile \
+ /etc/logrotate.d/ceph 10.2.3-0ubuntu5~ -- "$@"
+
+#DEBHELPER#
+
+exit 0