Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > 940a82ffd212c499563bb6091310bfed > files > 1

harddrake-12.35.3-1mdv2009.1.x86_64.rpm

#!/bin/sh
# (c) 2005-2008 Mandriva SA
# to be sourced

LOCK=/var/run/harddrake-notify-x11-free-driver-switch;
if [ -f $LOCK ]; then
	/usr/share/harddrake/notify-x11-free-driver-switch
	rm -f $LOCK;
fi