summarylogtreecommitdiffstats
path: root/setup_vk9-i686.verb
blob: 4d5e572ba9f377dca9ef3fe0e43b00fe0983ea94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
w_metadata setup_vk9 dlls \
    title="VK9" \
    publisher="Christopher Schaefer" \
    year="2018" \
    media="manual_download" \
    file1="d3d9.dll" \
    installed_file1="$W_SYSTEM32_DLLS_WIN\\d3d9.dll" \
    homepage="https://github.com/disks86/VK9" \
    unattended="yes"

load_setup_vk9() {
    w_try ln -fs "/usr/lib/$file1" "$W_SYSTEM32_DLLS/$file1"
    w_override_dlls native d3d9
}