From da2fc33e1b54cca2f5d010e210c50a5c1b245bf4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 28 Jan 2021 12:28:59 +0100 Subject: [PATCH] debian: Drop the log directory placeholder file According to #604807 the buster logrotate already skips missing directories gracefully, so we don't need this workaround anymore, as #588515 is fixed. Signed-off-by: Thomas Lamprecht --- debian/corosync.postinst | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 debian/corosync.postinst diff --git a/debian/corosync.postinst b/debian/corosync.postinst deleted file mode 100644 index 057d8ad..0000000 --- a/debian/corosync.postinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - echo 'This file is here to keep the log dir around after package removal -until #588515 is fixed.' >/var/log/corosync/.empty - # really was empty before 2.3.5-1 -fi - -#DEBHELPER#