diff options
author | Bernhard Schmidt <Bernhard.Schmidt@lrz.de> | 2017-06-28 15:03:04 +0200 |
---|---|---|
committer | Bernhard Schmidt <Bernhard.Schmidt@lrz.de> | 2017-06-28 15:03:04 +0200 |
commit | 9907b48c891ac3e3f8853f637f92768ad9529b21 (patch) | |
tree | 012ad9269c954b07e6bf5446546e42b14bea4169 /debian/postinst | |
parent | db4f04c584f7d4e828b5d317cf40962b9d854ac5 (diff) |
Properly remove obsolete /etc/tmpfiles.d/openvpn.conf
Closes: #865717
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 8 |
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 |