mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Update /usr/bin/check-binaries.sh to reflect the current custom packages
This commit is contained in:
parent
aafbb2e552
commit
a00ea8d566
|
|
@ -2,8 +2,10 @@
|
|||
errcnt=0
|
||||
|
||||
for curfile in /usr/bin/{*btrfs*,*xfs*,dislocker*,udp*,dump,restore} \
|
||||
/usr/bin/{featherpad,ms-sys,nwipe,whdd,zerofree} \
|
||||
/opt/firefox*/firefox* /usr/lib/ntfs-3g/ntfs-plugin*.so \
|
||||
/usr/bin/{ms-sys,nwipe,whdd,zerofree} \
|
||||
/opt/firefox*/firefox* \
|
||||
/usr/lib/ntfs-3g/ntfs-plugin*.so \
|
||||
/usr/lib/libgbm.so* \
|
||||
/usr/lib/libdislocker.so*
|
||||
do
|
||||
test -x ${curfile} || continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue