summaryrefslogtreecommitdiff
path: root/debian/postinst
blob: c9fb56a31d7c348c88c63069bba9b2b62aff76cb (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

if which apt-key > /dev/null; then
    apt-key add /usr/share/keyrings/leap-keyring.gpg
fi