summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorMike Swanson2023-12-20 10:38:23 -0800
committerMike Swanson2023-12-20 10:38:23 -0800
commit92ea3047cc3a593c0e2c0eb4b0b7f9a8ec8f2983 (patch)
tree4f6a5a003651fbb2112ad55b4124d387188c346c /wine.install
parentd2088eb228703bbf863004ab767eb46f186b3e05 (diff)
downloadaur-92ea3047cc3a593c0e2c0eb4b0b7f9a8ec8f2983.tar.gz
Update to 9.0rc2
Bunch of dependencies added and removed, too.
Diffstat (limited to 'wine.install')
-rw-r--r--wine.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/wine.install b/wine.install
index 8837584bd477..674a1e072abb 100644
--- a/wine.install
+++ b/wine.install
@@ -5,14 +5,3 @@ To enable binfmt support, run:
# systemctl restart systemd-binfmt
EOF
}
-
-post_upgrade() {
- # Check the version upgraded from is less than 4.0.3-1
- if [ $(vercmp 4.0.3-1 "$2") -eq 1 ]; then
- cat <<EOF
-binfmt support has been made optional, to enable it, run:
-# ln -s /usr/share/wine/binfmt/wine.conf /etc/binfmt.d/wine.conf
-# systemctl restart systemd-binfmt
-EOF
- fi
-}