Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/wine/wine.install
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-21 18:43:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-21 18:43:46 +0200
commit279e0a2b7ab7aa0796afd384789e53eb6434368c (patch)
tree674e993a722852c723824ac5219d7a0460bdf5dc /community/wine/wine.install
parentb5bd72a494367c8be09989235503bbdbc018cd81 (diff)
community/wine: copied from multilib
Diffstat (limited to 'community/wine/wine.install')
-rw-r--r--community/wine/wine.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/wine/wine.install b/community/wine/wine.install
new file mode 100644
index 00000000..cbe10cc5
--- /dev/null
+++ b/community/wine/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"
+}