File: debian-archive-keyring-udeb.postinst

package info (click to toggle)
debian-archive-keyring 2023.3%2Bdeb12u2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 448 kB
  • sloc: makefile: 44; sh: 23
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
#!/bin/sh
set -e
DIR=/usr/share/keyrings
if [ ! -e $DIR/archive.gpg ]; then
	ln -s debian-archive-keyring.gpg $DIR/archive.gpg 
fi