#!/bin/sh

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