File: debian-archive-keyring-udeb.postinst

package info (click to toggle)
debian-archive-keyring 2017.5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • sloc: makefile: 53; sh: 23
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (13)
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