summarylogtreecommitdiffstats
path: root/wine-staging-git.install
diff options
context:
space:
mode:
authorBermond2016-05-28 20:49:22 -0300
committerBermond2016-05-28 20:49:22 -0300
commit73aca162a76d60b81e100de6b7ce6706c5f4b35c (patch)
tree753fa80703711d3a860a5c9621febf3ace4a8aa6 /wine-staging-git.install
parent26ed5b3fc87bf80728ed3834d660736fba792e0f (diff)
downloadaur-73aca162a76d60b81e100de6b7ce6706c5f4b35c.tar.gz
Remove unnecessary file from package
Diffstat (limited to 'wine-staging-git.install')
-rw-r--r--wine-staging-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/wine-staging-git.install b/wine-staging-git.install
deleted file mode 100644
index 0548b7ffd127..000000000000
--- a/wine-staging-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
-}