Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c383b4fd805481b40b50fd4db641fef4 > files > 1

harddrake-16.26.13-1.mga4.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