summarylogtreecommitdiffstats
path: root/box64-git.install
blob: d592813ab87b1e6d847d74d6c30d86168d6b3de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

post_install() {
  echo ":: Restarting systemd-binfmt"
  systemctl restart systemd-binfmt  
}

post_upgrade() {
  echo ":: Restarting systemd-binfmt"
  systemctl restart systemd-binfmt  
}