#!/bin/bash

pkgName=
pkgVersion=

if kare -l | grep -q "$pkgName"; then
    kare -P "$pkgName"
fi
