FIXUPHACK 1.2 KB

1234567891011121314151617181920212223242526
  1. #if the pkg created in packages-woof has something wrong, this file is a last
  2. #resort to fix it. Current-dir is where this file FIXUPHACK is located.
  3. #this symlink got taken away to the _DEV pkg...
  4. ln -snf intel_drv.so usr/X11R7/lib/xorg/modules/drivers/i810_drv.so
  5. #...ubuntu intrepid. note also, have later intel_drv.so in a separate pkg.
  6. #so did these, but needed...
  7. [ -e usr/X11R7/lib/libchromeXvMCPro.so.1 ] && ln -snf libchromeXvMCPro.so.1 usr/X11R7/lib/libchromeXvMCPro.so
  8. [ -e usr/X11R7/lib/libchromeXvMC.so.1 ] && ln -snf libchromeXvMC.so.1 usr/X11R7/lib/libchromeXvMC.so
  9. [ -e usr/X11R7/lib/libI810XvMC.so.1 ] && ln -snf libI810XvMC.so.1 usr/X11R7/lib/libI810XvMC.so
  10. [ -e usr/X11R7/lib/libIntelXvMC.so.1 ] && ln -snf libIntelXvMC.so.1 usr/X11R7/lib/libIntelXvMC.so
  11. #has extra servers in the one xorg-servers pkg...
  12. rm -f usr/X11R7/bin/Xnest 2> /dev/null
  13. rm -f usr/X11R7/bin/Xvfb 2> /dev/null
  14. rm -f usr/X11R7/bin/Xephyr 2> /dev/null
  15. rm -f usr/X11R7/bin/Xfbdev 2> /dev/null
  16. #don't need this...
  17. rm -rf etc/X11
  18. #to reduce space. see also xorg_base_t2, which removes all the GL stuff...
  19. #rm -f usr/X11R7/lib/xorg/modules/extensions/libglx.so
  20. #...well, i took out the 'mesa' pkg from xorg_base_t2.