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:
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"
+}