home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / at.prerm < prev    next >
Encoding:
Text File  |  2009-04-17  |  76 b   |  7 lines

  1. #! /bin/sh
  2.  
  3. if [ -x /etc/init.d/atd ]
  4. then
  5.     invoke-rc.d atd stop || true
  6. fi
  7.