mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Added ntfs-3g-system-compression (#134)
This commit is contained in:
parent
fa1ed4e89f
commit
23680c2796
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
packages
1
packages
|
|
@ -103,6 +103,7 @@ nfs-utils
|
|||
nilfs-utils
|
||||
nmap
|
||||
ntfs-3g
|
||||
ntfs-3g-system-compression
|
||||
ntp
|
||||
nvme-cli
|
||||
nwipe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue