Added ntfs-3g-system-compression (#134)

This commit is contained in:
fdupoux 2020-08-09 10:07:52 +01:00
parent fa1ed4e89f
commit 23680c2796
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,10 @@
#!/bin/bash
errcnt=0
for curfile in /usr/bin/{*btrfs*,*xfs*,featherpad,ms-sys,nwipe,udp*,whdd,zerofree} /opt/firefox*/firefox*
for curfile in /usr/bin/{*btrfs*,*xfs*,featherpad,ms-sys,nwipe,udp*,whdd,zerofree} /opt/firefox*/firefox* /usr/lib/ntfs-3g/ntfs-plugin*.so
do
test -x ${curfile} || continue
file --mime ${curfile} | grep -q x-pie-executable || continue
file --mime ${curfile} | grep -q -E "x-pie-executable|x-sharedlib" || continue
if ldd ${curfile} | grep -q -F 'not found'
then

View file

@ -103,6 +103,7 @@ nfs-utils
nilfs-utils
nmap
ntfs-3g
ntfs-3g-system-compression
ntp
nvme-cli
nwipe