gpg-key-openmamba.sh: get rid of gpg key management at profile loading relying on dnf automatic import
This commit is contained in:
parent
f910215f1a
commit
e3c232c9b1
3
Makefile
3
Makefile
@ -1,5 +1,5 @@
|
||||
# Makefile for openmamba-release
|
||||
# Copyright (c) 2015-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2015-2024 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Released under the terms of the GNU GPLv3 license
|
||||
|
||||
PACKAGE=openmamba-release
|
||||
@ -51,7 +51,6 @@ install-data:
|
||||
|
||||
install-programs:
|
||||
@$(INSTALL_PROGRAM) openmamba-release.sh $(DESTDIR)$(bindir)/openmamba-release
|
||||
@$(INSTALL_PROGRAM) gpg-key-openmamba.sh $(DESTDIR)$(sysconfdir)/profile.d/gpg-key-openmamba.sh
|
||||
|
||||
install: install-dirs install-data install-programs
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
gpg -q --list-keys "Mambasoft di Calarco Silvan" &>/dev/null
|
||||
[ $? -eq 0 ] || gpg -q --ignore-time-conflict --ignore-valid-from --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft
|
Loading…
Reference in New Issue
Block a user