5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
|
#!/bin/sh
|
||
|
# generate current plaintext rpm pubring representation
|
||
|
|
||
|
gpg --export --armor --homedir=/usr/lib/alt-gpgkeys >$WORKDIR/RPM-GPG-KEY
|