summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorStefan Schmidt2018-03-07 18:20:55 +0100
committerStefan Schmidt2018-03-07 18:20:55 +0100
commit9cc0c1987f64a4f538e747058b53e37f4548d8f4 (patch)
tree2bac1b3e58a4e2857e5cc32d30cbe1a3423b94d6 /wine.install
parent8f3ed8701334e289a8a98b275825044cecab9277 (diff)
downloadaur-9cc0c1987f64a4f538e747058b53e37f4548d8f4.tar.gz
Updated to wine-staging 3.3 and commit b33e274f894de751f9abe2e09aec5bc9d1e6b992
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"
+}