summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
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"
+}