#!/bin/sh if [[ $1 == remove ]]; then /usr/bin/apt-key del 44B0EBA9 fi