source:
trunk/PesterSleepFixer/preupgrade@
334
Last change on this file since 334 was 334, checked in by , 17 years ago | |
---|---|
File size: 158 bytes |
Rev | Line | |
---|---|---|
[334] | 1 | #!/bin/sh - |
2 | ||
3 | if [ -x /Library/StartupItems/PesterSleepFixer/PesterSleepFixer ]; then | |
4 | /Library/StartupItems/PesterSleepFixer/PesterSleepFixer stop | |
5 | fi | |
6 | ||
7 | exit 0 |
Note:
See TracBrowser
for help on using the repository browser.