summarylogtreecommitdiffstats
path: root/ape.install
diff options
context:
space:
mode:
Diffstat (limited to 'ape.install')
-rw-r--r--ape.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/ape.install b/ape.install
new file mode 100644
index 000000000000..c5c61e12b225
--- /dev/null
+++ b/ape.install
@@ -0,0 +1,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"
+}