devuan-keyring

Devuan keyring package
git clone https://git.parazyd.org/devuan-keyring
Log | Files | Refs | README

devuan-keyring.config (124B)


      1 #!/bin/sh
      2 set -e
      3 
      4 . /usr/share/debconf/confmodule
      5 db_version 2.0
      6 
      7 db_input low devuan-keyring/keyring || true
      8 db_go
      9 
     10 exit 0