source:
trunk/PesterSleepFixer/preupgrade@
590
Last change on this file since 590 was 334, checked in by , 17 years ago | |
---|---|
File size: 158 bytes |
Line | |
---|---|
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.