The comparison is between the versions that are present in signed drivers repository and should be present in signed_drivers_versions.txt file. The comparison is based on driver version in INF file. - Resolves: rhbz#1738372 Signed-off-by: Yan Vugenfirer <yvugenfi@redhat.com>
14 lines
172 B
Bash
Executable File
14 lines
172 B
Bash
Executable File
#~/bin/sh
|
|
|
|
umount mnt_iso
|
|
umount mnt_iso_old
|
|
rm freeze_results.txt
|
|
rm compare_results.txt
|
|
rm *.rpm
|
|
rm -rf usr
|
|
|
|
rmdir mnt_iso
|
|
rmdir mnt_iso_old
|
|
|
|
rm -rf virtio-win-prewhql-*
|