[arch-commits] Commit in wine/trunk (PKGBUILD wine.install)

Felix Yan fyan at archlinux.org
Thu Apr 28 17:14:16 UTC 2016


    Date: Thursday, April 28, 2016 @ 19:14:15
  Author: fyan
Revision: 172427

upgpkg: wine 1.9.8-2

Hooks rebuild (part 1)

Modified:
  wine/trunk/PKGBUILD
Deleted:
  wine/trunk/wine.install

--------------+
 PKGBUILD     |    3 +--
 wine.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 16:21:36 UTC (rev 172426)
+++ PKGBUILD	2016-04-28 17:14:15 UTC (rev 172427)
@@ -6,7 +6,7 @@
 
 pkgname=wine
 pkgver=1.9.8
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
@@ -23,7 +23,6 @@
 arch=(i686 x86_64)
 options=(staticlibs)
 license=(LGPL)
-install=wine.install
 
 _depends=(
   fontconfig      lib32-fontconfig

Deleted: wine.install
===================================================================
--- wine.install	2016-04-28 16:21:36 UTC (rev 172426)
+++ wine.install	2016-04-28 17:14:15 UTC (rev 172427)
@@ -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
-}



More information about the arch-commits mailing list