summarylogtreecommitdiffstats
path: root/ape.install
blob: c5c61e12b225618a634eb2ad6bac38f4cebd8ab5 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "Run 'systemctl restart systemd-binfmt' in order to make the ape binfmt available on your system."
}

post_remove() {
  echo "binfmt binary formats will be updated at reboot"
}