#996435 Post install should account for PKG_ROOT

Package:
ntfs-3g
Source:
ntfs-3g
Description:
read/write NTFS driver for FUSE
Submitter:
Date:
2021-11-16 21:45:14 UTC
Severity:
normal
#996435#5
Date:
2021-10-14 04:56:05 UTC
From:
To:
The postinst should do:
  chmod 4755 $DPKG_ROOT/bin/ntfs-3g

Instead of
  chmod 4755 /bin/ntfs-3g

Otherwise, when $DPKG_ROOT is set the post install script will likely
fail.

Glenn