summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-driver/pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-driver/pre-install')
-rw-r--r--xorg/xorg-driver/pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/xorg-driver/pre-install b/xorg/xorg-driver/pre-install
index 37137525b..e5347d320 100644
--- a/xorg/xorg-driver/pre-install
+++ b/xorg/xorg-driver/pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-for i in xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-video-ati\
+for i in xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-video-ati \
xf86-video-intel xf86-video-nv xf86-video-vesa;
- do pkgrm;
+ do pkgrm xorg-$i;
done