summarylogtreecommitdiffstats
path: root/wineasio.install
diff options
context:
space:
mode:
Diffstat (limited to 'wineasio.install')
-rw-r--r--wineasio.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/wineasio.install b/wineasio.install
new file mode 100644
index 000000000000..412c07d1b6c1
--- /dev/null
+++ b/wineasio.install
@@ -0,0 +1,10 @@
+post_install() {
+ . /etc/makepkg.conf
+ if [[ "$CARCH" = i686 ]]; then
+ echo "Please run \"regsvr32 wineasio.dll\" to register 32bit wineasio in your prefix (~/.wine)"
+ else
+ echo "Please run \"regsvr32 wineasio.dll\" to register 32bit wineasio in your prefix (~/.wine)" and
+ echo "please run \"wine64 regsvr32 wineasio.dll\" to register 64bit wineasio in your prefix (~/.wine)"
+ fi
+}
+# vim:set ts=2 sw=2 et: