fix: _brightness.sh - find brighness files with '*video*' path (multiple files)
[cmdllinux.git] / buildroot / _pkg / _instpkg / develmanage / instpkgdest.sh
blob9de4e75315d898a6a0727d054cceb6bd0fc012d2
1 #extract package files based on corelist file (corecore.lst)
2 [ -z "$1" ] && exit 1
3 mkdir -p $1/var/cache/pacman/pkg $1/var/lib/pacman
4 pacman -S -y -r $1
5 pacman -Sf -r $1 --cachedir $1/var/cache/pacman/pkg --noscriptlet --noconfirm `cat corecore.lst`