summarylogtreecommitdiffstats
path: root/wine-staging-git.install
diff options
context:
space:
mode:
authorBermond2016-04-06 16:35:09 -0300
committerBermond2016-04-06 16:35:09 -0300
commitc142f400b8408ddd563b166c4dcfc69176afbd0d (patch)
tree3627950bedf66cea048839621cc393713992c14f /wine-staging-git.install
parent415cba6692fb6f041fc8f1c83e9bbe7827d5d6b3 (diff)
downloadaur-c142f400b8408ddd563b166c4dcfc69176afbd0d.tar.gz
Rename file wine-staging.install to wine-staging-git.install
Diffstat (limited to 'wine-staging-git.install')
-rw-r--r--wine-staging-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/wine-staging-git.install b/wine-staging-git.install
new file mode 100644
index 000000000000..0548b7ffd127
--- /dev/null
+++ b/wine-staging-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
+}