fix: _brightness.sh - find brighness files with '*video*' path (multiple files)
[cmdllinux.git] / buildroot / _pkg / _instpkg / develmanage / __mvpkg.sh
blob6a9e0ad449162f16ca0e71fbc8fd7737c2778836
1 #! /bin/sh
3 [ -z "$1" ] && exit 1
5 grep "^$1" /var/lib/instpkg/packages.data | cut -d " " -f 3,4| tr " " - | \
6 while read line; do
7 [ -e /home/packages/$line-i686.pkg.tar.gz ] && mv /home/packages/$line-i686.pkg.tar.gz /home/packages/tmp
8 done