summarylogtreecommitdiffstats
path: root/wine-git.install
diff options
context:
space:
mode:
authorDaniel Bermond2017-10-10 16:05:47 -0300
committerDaniel Bermond2017-10-10 16:05:47 -0300
commit767b604ced0a27e0be7b647686956def510128aa (patch)
tree988d4ef511795b8446ed023b22b3b86b7329ebf5 /wine-git.install
parentc31dca789c1c5981d76e6f88825b6696381377ea (diff)
downloadaur-767b604ced0a27e0be7b647686956def510128aa.tar.gz
Remove .install file
This file is not needed anymore since a long time ago due to the the pacman hooks feature that was added in pacman v5.0.0 back in january/2016. References ---------- https://www.archlinux.org/news/required-update-to-pacman-501-before-2016-04-23/ https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/wine&id=442972fb6cc2eb2bac253358312da823794b5a90
Diffstat (limited to 'wine-git.install')
-rw-r--r--wine-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/wine-git.install b/wine-git.install
deleted file mode 100644
index f71262186a6e..000000000000
--- a/wine-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}