index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/wine/wine.install | 7 |
diff --git a/extra/wine/wine.install b/extra/wine/wine.install new file mode 100644 index 00000000..cbe10cc5 --- /dev/null +++ b/extra/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" +} |