summarylogtreecommitdiffstats
path: root/wine.install
diff options
context:
space:
mode:
authorLars Norberg2018-03-08 16:39:18 +0100
committerLars Norberg2018-03-08 16:39:18 +0100
commita751585a7edc5f09e3bf00d3c833df4f4b8b8500 (patch)
treea7d6414c213fc025e86558f3eca943104debcad0 /wine.install
downloadaur-a751585a7edc5f09e3bf00d3c833df4f4b8b8500.tar.gz
initial
Diffstat (limited to 'wine.install')
-rw-r--r--wine.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/wine.install b/wine.install
new file mode 100644
index 000000000000..8112fbe2d905
--- /dev/null
+++ b/wine.install
@@ -0,0 +1,9 @@
+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"
+}
+