Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 26aa0a84874d52c63256438792151a38 > files > 1

harddrake-17.88.1-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