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#