summarylogtreecommitdiffstats
path: root/wine-valve.install
diff options
context:
space:
mode:
Diffstat (limited to 'wine-valve.install')
-rw-r--r--wine-valve.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/wine-valve.install b/wine-valve.install
new file mode 100644
index 000000000000..88a31c4353e6
--- /dev/null
+++ b/wine-valve.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf '%s\n' "Run 'systemctl restart systemd-binfmt' in order to make the wine binfmt available on your system."
+}
+
+post_remove() {
+ printf '%s\n' "binfmt binary formats will be updated at reboot"
+}