#!/bin/sh

if [ -z "${PKG_INSTALL_ROOT}" ] ; then
 echo "cat \$HOME/.desktopApps.pid | xargs kill" >> /usr/dt/config/Xreset
fi

