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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-01-28 12:28:59 +01:00
parent 6fa2013a73
commit da2fc33e1b

View File

@ -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#