PKGBUILDS/wine-ge-custom/wine.install
2022-10-05 14:55:08 -05:00

7 lines
202 B
Text

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