#!/bin/sh

if env | grep -e "kterm" -e "kon" 1> /dev/null 2>&1 ; then
  exec installpkgj $*
else
  exec installpkge $*
fi
