Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > 4090922c88d76dcb9d3d77a391885b7d > files > 10

anacron-2.3-30mdv2009.1.src.rpm

#!/bin/sh

. "${PM_FUNCTIONS}"

case "$1" in
	hibernate|suspend)
		stopservice anacron
		;;
	thaw|resume)
		restartservice anacron
		;;
	*)
		;;
esac

exit $?