home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / update-notifier / notify-reboot-required
Encoding:
Text File  |  2007-04-10  |  99 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. # Wake the applet up
  4. if mountpoint -q /var/run; then
  5.     touch /var/run/reboot-required
  6. fi
  7.