7 lines
202 B
Text
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"
|
|
}
|