summarylogtreecommitdiffstats
path: root/wine-git.install
diff options
context:
space:
mode:
authorsxe2015-06-23 10:53:00 +0200
committersxe2015-06-23 10:53:00 +0200
commita7297684a139f0f30c0c6709de58c1ff9eba7e9f (patch)
treecf3d4233a6afc3f8e0819290a34e3bde2480506f /wine-git.install
downloadaur-a7297684a139f0f30c0c6709de58c1ff9eba7e9f.tar.gz
Initial import
Diffstat (limited to 'wine-git.install')
-rw-r--r--wine-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/wine-git.install b/wine-git.install
new file mode 100644
index 000000000000..f71262186a6e
--- /dev/null
+++ b/wine-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ echo "This wine package is wow64 enabled. This means it can run 32bit/64bit Windows apps on x86_64."
+ echo "If you are on x86_64, the default WINEARCH will be win64."
+ echo "This will cause a lot of Windows applications to malfunction even if they usually work in wine."
+ echo "Please create your ~/.wine with 'WINEARCH=win32 winecfg' if you are unsure and on x86_64."
+ echo "See the Arch wiki on wine for more information."
+}
+
+post_remove() {
+ update-desktop-database -q
+}