summarylogtreecommitdiffstats
path: root/ape.install
diff options
context:
space:
mode:
authorAsger Hautop Drewsen2024-01-04 20:27:09 +0100
committerAsger Hautop Drewsen2024-01-04 20:27:09 +0100
commit74fa410b24df724d43a3621fef86a13e674f7085 (patch)
treea86f0d1937fd380ee99c09379338cc015428d56b /ape.install
downloadaur-ape-bin.tar.gz
Initial commit
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"
+}