blob: 88a31c4353e66e3c621605755ef5c7d7535e4095 (
plain)
1
2
3
4
5
6
7
|
post_install() {
printf '%s\n' "Run 'systemctl restart systemd-binfmt' in order to make the wine binfmt available on your system."
}
post_remove() {
printf '%s\n' "binfmt binary formats will be updated at reboot"
}
|