mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Core Update 167: Update linker config before calling GPG
This avoids log messages like: ldconfig: /lib/ld-linux-x86-64.so.2 is not a symbolic link Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
@@ -310,9 +310,6 @@ rm -rvf \
|
|||||||
/usr/share/zoneinfo/US/Pacific-New \
|
/usr/share/zoneinfo/US/Pacific-New \
|
||||||
/var/lib/GeoIP
|
/var/lib/GeoIP
|
||||||
|
|
||||||
# Delete old 2007 Pakfire key from GPG keyring
|
|
||||||
GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --batch --yes --delete-keys 179740DC4D8C47DC63C099C74BDE364C64D96617
|
|
||||||
|
|
||||||
# Stop services
|
# Stop services
|
||||||
/etc/init.d/ipsec stop
|
/etc/init.d/ipsec stop
|
||||||
|
|
||||||
@@ -322,6 +319,9 @@ extract_files
|
|||||||
# update linker config
|
# update linker config
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|
||||||
|
# Delete old 2007 Pakfire key from GPG keyring
|
||||||
|
GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --batch --yes --delete-keys 179740DC4D8C47DC63C099C74BDE364C64D96617
|
||||||
|
|
||||||
# Add new 2022 Pakfire key to GPG keyring
|
# Add new 2022 Pakfire key to GPG keyring
|
||||||
GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --import /opt/pakfire/pakfire-2022.key
|
GNUPGHOME="/opt/pakfire/etc/.gnupg" gpg --import /opt/pakfire/pakfire-2022.key
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user