]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debian: fix typo in fuse2fs.postrm which breaks a /usr-move mitigation
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Jun 2025 17:04:08 +0000 (13:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Jun 2025 17:04:08 +0000 (13:04 -0400)
commitb539a0370777feaa5652fd42d32fc66b2cea8788
treedb9a7e5cc2cbf884e12fd3cc298558b8d9c6fee3
parent08dcb612aaa24237db3165f4c67c166de1ad4725
debian: fix typo in fuse2fs.postrm which breaks a /usr-move mitigation

A space was accidenally introduced into the fuse2fs.postrm which
breaks the /usr-move replacement of fusext2 from an older legacy
package that had been abandoned upstream.  Specifically, what was
broken was the cleanup of the protective diversions:

Unpacking fuse2fs (1.47.2-2) over (1.47.2-1+b1) ...
/var/lib/dpkg/info/fuse2fs.postrm: 6: test: failed-upgrade: unexpected operator

Addresses-Debian-Bug: #1107595
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/fuse2fs.postrm