diff options
Diffstat (limited to 'source/x/x11/post-install/xf86-video-intel.post-install')
-rw-r--r-- | source/x/x11/post-install/xf86-video-intel.post-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/x/x11/post-install/xf86-video-intel.post-install b/source/x/x11/post-install/xf86-video-intel.post-install new file mode 100644 index 00000000..10d5630d --- /dev/null +++ b/source/x/x11/post-install/xf86-video-intel.post-install @@ -0,0 +1,2 @@ +install -D -m 0755 tools/dri3info $PKG/usr/bin/dri3info || exit 1 +strip --strip-unneeded $PKG/usr/bin/dri3info |