PKGBUILDS/wine-ge-custom/wine.install

8 lines
202 B
Plaintext

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"
}