forked from ungleich-public/cdist
write script to generate outdir from filelist
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
parent
9f3a8c0956
commit
75e3f3c90f
5 changed files with 60 additions and 0 deletions
7
hacking/filelist_from_package.sh
Executable file
7
hacking/filelist_from_package.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Generate filelist excluding stuff that takes only space
|
||||
for pkg in bash systemd util-linux; do
|
||||
pacman -Qlq $pkg | grep -v \
|
||||
-e /usr/share/man/
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue