#!/bin/sh

# Kill running pijuice_tray process
pkill -u pijuice pijuice_tray
set -e
if [ -f /run/pijuice/pijuice_tray.pid ]; then
	rm /run/pijuice/pijuice_tray.pid
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0
