#!/bin/sh

if env | grep -e "kterm" -e "kon" 1> /dev/null 2>&1 ; then
  exec pkgtoolj
else
  exec pkgtoole
fi
