pkg-box64-git/box64-git.install

12 lines
200 B
Plaintext
Raw Normal View History

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