#!/bin/sh set -e # Create sylink in trusted.gpg.d ln -sf /usr/share/keyrings/hamara-archive-keyring.gpg /etc/apt/trusted.gpg.d/ #DEBHELPER# exit 0