#!/bin/bash

if [ -f "/etc/xdg/autostart/dde-preload.desktop" ] 
then
    rm -f "/etc/xdg/autostart/dde-preload.desktop"
fi

killall dde-preload
killall dde-preload-test

exit 0