mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
wine: fix *.install typo
This commit is contained in:
parent
22fd0cf832
commit
d7683b92df
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=wine
|
||||
pkgver=1.7.38
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_pkgbasever=${pkgver/rc/-rc}
|
||||
source=(http://ibiblio.org/pub/linux/system/emulators/$pkgname/$pkgname-$_pkgbasever.tar.bz2
|
||||
30-win32-aliases.conf
|
||||
|
@ -1,13 +1,4 @@
|
||||
<<<<<<< HEAD
|
||||
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_upgrade() {
|
||||
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."
|
||||
@ -17,15 +8,8 @@ post_upgrade() {
|
||||
echo ""
|
||||
}
|
||||
|
||||
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."
|
||||
echo ""
|
||||
>>>>>>> 600514ebcaaf80d91da28d7572f7905dbeed7b0a
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
|
Loading…
Reference in New Issue
Block a user