box86/postinst

5 lines
93 B
Bash
Executable File

#!/bin/sh
if [ -d '/run/systemd/system' ]; then
systemctl restart systemd-binfmt || :
fi