#!/bin/sh

if test -n "`/bin/pidof kopi | sed 's/\n//'`"; then
    if test -f /home/root/.kopi_suspend_alarm; then
        /etc/apm/scripts.d/min_to_next_kopi_alarm.awk /home/root/.kopi_suspend_alarm
    fi
fi
