summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/notify-x11-free-driver-switch.xsetup
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/notify-x11-free-driver-switch.xsetup')
-rwxr-xr-xperl-install/standalone/notify-x11-free-driver-switch.xsetup9
1 files changed, 9 insertions, 0 deletions
diff --git a/perl-install/standalone/notify-x11-free-driver-switch.xsetup b/perl-install/standalone/notify-x11-free-driver-switch.xsetup
new file mode 100755
index 000000000..9c6464242
--- /dev/null
+++ b/perl-install/standalone/notify-x11-free-driver-switch.xsetup
@@ -0,0 +1,9 @@
+#!/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