summarylogtreecommitdiffstats
path: root/wine-rt.install
diff options
context:
space:
mode:
Diffstat (limited to 'wine-rt.install')
-rw-r--r--wine-rt.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/wine-rt.install b/wine-rt.install
new file mode 100644
index 000000000000..8cfd0a2fc5ad
--- /dev/null
+++ b/wine-rt.install
@@ -0,0 +1,18 @@
+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 "Please see /usr/share/doc/wine-rt/README.WINE-RT for instructions on how to enable the realtime patch"
+}
+
+post_upgrade() {
+ echo
+ echo "Please see /usr/share/doc/wine-rt/README.WINE-RT for instructions on how to enable the realtime patch"
+}
+
+post_remove() {
+ update-desktop-database -q
+}