From 9907b48c891ac3e3f8853f637f92768ad9529b21 Mon Sep 17 00:00:00 2001 From: Bernhard Schmidt Date: Wed, 28 Jun 2017 15:03:04 +0200 Subject: Properly remove obsolete /etc/tmpfiles.d/openvpn.conf Closes: #865717 --- debian/postinst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index a3d7113..3776449 100644 --- a/debian/postinst +++ b/debian/postinst @@ -30,14 +30,6 @@ case "$1" in echo "$b" | grep -q '\*' && continue ln -sf "/run/openvpn/$b" "/run/sendsigs.omit.d/openvpn.$b" done - # Fix for #865589, this should be removed before Buster is released - # Only affected sid users - if [ -n "$2" ] && [ "$2" = "2.4.3-1" ] && [ -f /etc/tmpfiles.d/openvpn.conf ] ; then - if [ "$( md5sum /etc/tmpfiles.d/openvpn.conf | cut -d' ' -f1)" = "af1d2934dd0025c441d93f6de4540443" ] ; then - # remove wrongly placed file by 2.4.3-1 - rm -f /etc/tmpfiles.d/openvpn.conf - fi - fi ;; esac -- cgit v1.2.3