blob: cbe10cc59dc75cf4363ec89dcd12162be21770f1 (
plain)
1
2
3
4
5
6
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"
}
|