source: trunk/PesterSleepFixer/preupgrade@ 491

Last change on this file since 491 was 334, checked in by Nicholas Riley, 17 years ago

Workaround for Pester 1.0 failing with active alarms on sleep.

File size: 158 bytes
Line 
1#!/bin/sh -
2
3if [ -x /Library/StartupItems/PesterSleepFixer/PesterSleepFixer ]; then
4 /Library/StartupItems/PesterSleepFixer/PesterSleepFixer stop
5fi
6
7exit 0
Note: See TracBrowser for help on using the repository browser.