lib32/wine/wine.install

18 lines
563 B
Plaintext
Raw Normal View History

2011-01-16 02:39:13 +08:00
post_install() {
2012-08-18 23:28:02 +08:00
update-desktop-database -q
2011-01-16 02:39:13 +08:00
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."
2011-01-17 17:50:16 +08:00
echo ""
2011-01-16 02:39:13 +08:00
}
2015-03-14 21:50:40 +08:00
post_upgrade() {
post_install
2011-01-16 02:39:13 +08:00
}
2011-03-22 22:39:59 +08:00
post_remove() {
update-desktop-database -q
2014-07-19 02:54:09 +08:00
}