summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/notify-x11-free-driver-switch.xsetup
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-21 16:47:39 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-21 16:47:39 +0000
commit142593316e874567dfaa7164a6a7c36d46ea7f30 (patch)
tree7eba98767658c1309dbaf1654d6bcc412e34b963 /perl-install/standalone/notify-x11-free-driver-switch.xsetup
parent5b24d850345c1f4e3053ab68827ccc2af90d3982 (diff)
downloaddrakx-142593316e874567dfaa7164a6a7c36d46ea7f30.tar
drakx-142593316e874567dfaa7164a6a7c36d46ea7f30.tar.gz
drakx-142593316e874567dfaa7164a6a7c36d46ea7f30.tar.bz2
drakx-142593316e874567dfaa7164a6a7c36d46ea7f30.tar.xz
drakx-142593316e874567dfaa7164a6a7c36d46ea7f30.zip
notify when harddrake switched to free video driver (#39164)
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..b3a1d562d
--- /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
+
+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