summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorMike Swanson2018-01-05 03:23:25 -0800
committerMike Swanson2018-01-05 03:23:25 -0800
commite93d5c7cb42d5ec7c3ff7f403aa066c96395bd22 (patch)
tree15fa3b8135f224734e98be034c6f663c74165e4c /wine.install
parentf293040f3f4e0ccb17ce9fa4c431ed85ab672477 (diff)
downloadaur-e93d5c7cb42d5ec7c3ff7f403aa066c96395bd22.tar.gz
Update to 2.0.4
i686 is dropped. I never tested it before and Arch doesn’t officially support it anymore. If it’s important to someone on arch32, it probably isn’t very hard to fork and compile it there.
Diffstat (limited to 'wine.install')
-rw-r--r--wine.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/wine.install b/wine.install
new file mode 100644
index 000000000000..cbe10cc59dc7
--- /dev/null
+++ b/wine.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Run 'systemctl restart systemd-binfmt' in order to make the wine binfmt available on your system."
+}
+
+post_remove() {
+ echo "binfmt binary formats will be updated at reboot"
+}