summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorPierre Franco2016-05-19 18:10:36 +0200
committerPierre Franco2016-05-19 18:10:36 +0200
commitc87044267da32b6bc47c33d4cfc75875f7c5433c (patch)
treec52590f8e880d996f4c8541b23113bc489114508 /wine.install
parentfd11675260896dc3aeed92939746508170e69429 (diff)
downloadaur-c87044267da32b6bc47c33d4cfc75875f7c5433c.tar.gz
Updated to version 1.9.10-2: removed wine.install
Diffstat (limited to 'wine.install')
-rw-r--r--wine.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/wine.install b/wine.install
deleted file mode 100644
index 0548b7ffd127..000000000000
--- a/wine.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
-}