index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-04-21 18:43:46 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-04-21 18:43:46 +0200 |
commit | 279e0a2b7ab7aa0796afd384789e53eb6434368c (patch) | |
tree | 674e993a722852c723824ac5219d7a0460bdf5dc /community/wine/wine.install | |
parent | b5bd72a494367c8be09989235503bbdbc018cd81 (diff) |
-rw-r--r-- | community/wine/wine.install | 7 |
diff --git a/community/wine/wine.install b/community/wine/wine.install new file mode 100644 index 00000000..cbe10cc5 --- /dev/null +++ b/community/wine/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" +} |