summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorManuel Reimer2018-07-30 22:29:21 +0200
committerManuel Reimer2018-08-05 16:15:27 +0200
commit7a8c355ae64ef3ff64c2220b90e40ca82fae293b (patch)
treeb9ceee08bfe57c499632b93de47c4dc09ef37122 /wine.install
downloadaur-7a8c355ae64ef3ff64c2220b90e40ca82fae293b.tar.gz
Imported official wine-staging PKGBUILD
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"
+}