File: notify-reboot-required

package info (click to toggle)
update-notifier 0.70.7.debian-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,592 kB
  • ctags: 290
  • sloc: sh: 3,776; ansic: 2,628; makefile: 155; python: 141
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

# Wake the applet up
if mountpoint -q /var/run; then
	touch /var/run/reboot-required
fi