Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 89d544ddab040c4575cddec91129e56f > files > 1

harddrake-17.88.2-1.mga6.x86_64.rpm

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

export 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