mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Merge branch 'master' into next
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
etc/rc.d/init.d/halt
|
||||
etc/rc.d/init.d/reboot
|
||||
lib/firmware/amd-ucode/microcode_amd_fam17h.bin
|
||||
lib/firmware/amd-ucode/microcode_amd_fam19h.bin
|
||||
lib/firmware/amdgpu/aldebaran_mec2.bin
|
||||
|
||||
@@ -97,6 +97,15 @@ rm -f \
|
||||
/opt/pakfire/db/meta/meta-squidclamav \
|
||||
/opt/pakfire/db/rootfiles/squidclamav
|
||||
|
||||
# remove old rngd if the addon is not installed
|
||||
if [ ! -e "/opt/pakfire/db/installed/meta-rng-tools" ]; then
|
||||
rm -fv /usr/bin/randstat \
|
||||
/usr/bin/rngtest \
|
||||
/usr/sbin/rngd \
|
||||
/etc/rc.d/init.d/rngd \
|
||||
/etc/rc.d/rc?.d/*rngd
|
||||
fi
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user