home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / update-notifier / notify-reboot-required
Encoding:
Text File  |  2006-08-30  |  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.