summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst8
1 files changed, 0 insertions, 8 deletions
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