summarylogtreecommitdiffstats
path: root/setup_vk9-i686.verb
diff options
context:
space:
mode:
authormorganamilo2018-09-13 03:23:41 +0100
committermorganamilo2018-09-13 03:23:41 +0100
commit78586cb96716302369604b5c66d00704ff3ffd31 (patch)
treec216c27a87ab3287539cc27a97a351001cb18c0b /setup_vk9-i686.verb
downloadaur-78586cb96716302369604b5c66d00704ff3ffd31.tar.gz
Initial commit
Diffstat (limited to 'setup_vk9-i686.verb')
-rw-r--r--setup_vk9-i686.verb14
1 files changed, 14 insertions, 0 deletions
diff --git a/setup_vk9-i686.verb b/setup_vk9-i686.verb
new file mode 100644
index 000000000000..4d5e572ba9f3
--- /dev/null
+++ b/setup_vk9-i686.verb
@@ -0,0 +1,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
+}