]> git.proxmox.com Git - corosync-pve.git/commitdiff
debian: Drop the log directory placeholder file
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Jan 2021 11:28:59 +0000 (12:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 28 Jan 2021 11:28:59 +0000 (12:28 +0100)
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 <t.lamprecht@proxmox.com>
debian/corosync.postinst [deleted file]

diff --git a/debian/corosync.postinst b/debian/corosync.postinst
deleted file mode 100644 (file)
index 057d8ad..0000000
+++ /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#