summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi')
-rw-r--r--gurpmi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gurpmi b/gurpmi
new file mode 100644
index 00000000..f36525f0
--- /dev/null
+++ b/gurpmi
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+
+$ENV{XAUTHORITY} or $ENV{XAUTHORITY} = "$ENV{HOME}/.Xauthority";
+
+
+exec "urpmi", "--X", @ARGV;
+