#!/bin/bash

if [[ $1 == remove || $1 == "abort-install" ]]; then
	iKeyEx-KBMan remove hClipboard
	exit 0
fi