summarylogtreecommitdiffstats
path: root/wineasio.install
diff options
context:
space:
mode:
authorIsmael González2020-07-18 19:02:53 +0200
committerIsmael González2020-07-18 19:02:53 +0200
commitbd1d87a99754591f4f6cddc8a53e1c91b428e469 (patch)
treea0a132b0dfea7fd7eef43266a8a9d06eccc44907 /wineasio.install
parent96aee677083bfa2dc406b2fc19b44b3387c60900 (diff)
downloadaur-bd1d87a99754591f4f6cddc8a53e1c91b428e469.tar.gz
Wineasio release 1.0.0
Diffstat (limited to 'wineasio.install')
-rw-r--r--wineasio.install12
1 files changed, 5 insertions, 7 deletions
diff --git a/wineasio.install b/wineasio.install
index 412c07d1b6c1..e6347772fe73 100644
--- a/wineasio.install
+++ b/wineasio.install
@@ -1,10 +1,8 @@
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
+ echo "You need to add your user to 'realtime' group to use wineasio."
+ echo ""
+ echo "You also need to register wineasio in you Wine prefix:"
+ echo "- For 32bit, run: regsvr32 wineasio.dll "
+ echo "- For 64bit, run: wine64 regsvr32 wineasio.dll "
}
# vim:set ts=2 sw=2 et: