pkg-box64-git/box64-git.install
2023-03-10 21:35:49 +01:00

12 lines
200 B
Bash

#!/bin/sh
post_install() {
echo ":: Restarting systemd-binfmt"
systemctl restart systemd-binfmt
}
post_upgrade() {
echo ":: Restarting systemd-binfmt"
systemctl restart systemd-binfmt
}