#!/bin/sh

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
