summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/notify-x11-free-driver-switch.xsetup
blob: b3a1d562d01eade7cba8d16722a9ac779ac0357d (plain)
1
2
3
4
5
6
7
8
9
#!/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