summaryrefslogtreecommitdiffstats
path: root/debian/ceph-base.postrm
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 18:24:29 +0000
commitdf4528d6668ab18e40584fe540355bdfba0fb6dd (patch)
treef1bfdcb6485edff853369405dd5423c662c47345 /debian/ceph-base.postrm
parentAdding upstream version 14.2.21. (diff)
downloadceph-df4528d6668ab18e40584fe540355bdfba0fb6dd.tar.xz
ceph-df4528d6668ab18e40584fe540355bdfba0fb6dd.zip
Adding debian version 14.2.21-1.debian/14.2.21-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/ceph-base.postrm')
-rw-r--r--debian/ceph-base.postrm13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/ceph-base.postrm b/debian/ceph-base.postrm
new file mode 100644
index 00000000..05091b22
--- /dev/null
+++ b/debian/ceph-base.postrm
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+if [ "${1}" = "purge" ] ; then
+ rm -rf /var/log/ceph
+fi
+
+#DEBHELPER#
+
+exit 0
+
+