mirror of
https://git.proxmox.com/git/corosync-pve.git
synced 2025-04-28 16:33:13 +00:00
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:
parent
6fa2013a73
commit
da2fc33e1b
11
debian/corosync.postinst
vendored
11
debian/corosync.postinst
vendored
@ -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#
|
Loading…
Reference in New Issue
Block a user