summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/kwin-fglrx-hack
blob: 2754ea9de680b6ec297bd1a7e6b24365b1876822 (plain)
1
2
3
4
#!/bin/sh
if grep -qs 'aticonfig --get-pcs-key=LDC,ReleaseVersion' /usr/lib/kde4/libexec/kwin_opengl_test; then
    sed -i 's/aticonfig --get-pcs-key=LDC,ReleaseVersion/echo    String: 14.10.1006-140417a-171101C/' /usr/lib/kde4/libexec/kwin_opengl_test
fi