saubermann-rpm: ignore more stuff in /usr
This commit is contained in:
parent
b94b43b548
commit
d70ef51b84
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ find /usr/bin /usr/sbin /usr/lib -type f \
|
||||||
\( \
|
\( \
|
||||||
-path '/usr/lib/modules/*/modules.*' -prune \
|
-path '/usr/lib/modules/*/modules.*' -prune \
|
||||||
-or -path '*/__pycache__/*.py?' -prune \
|
-or -path '*/__pycache__/*.py?' -prune \
|
||||||
|
-or -path '/usr/lib/fontconfig/cache/*' -prune \
|
||||||
|
-or -path '/usr/lib/jvm/*/*policy.jar' -prune \
|
||||||
|
-or -path '/usr/lib/modules/*/extra/*.ko' -prune \
|
||||||
-or -print0 \
|
-or -print0 \
|
||||||
\) | xargs -0 rpm -qf 2>&1 | grep "not owned"
|
\) | xargs -0 rpm -qf 2>&1 | grep "not owned"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue