summarylogtreecommitdiffstats
path: root/boot.install
diff options
context:
space:
mode:
authorTobias Frilling2016-03-24 18:07:42 +0100
committerTobias Frilling2016-03-24 18:07:42 +0100
commitf4a042adf21c7a3eebe89cfcc8afd4fab73fd4cd (patch)
treebf7a3e6e7d1556b7b236a2510b22e742a2ba21e4 /boot.install
parentc8b8a368ffbe93c2fc5f9fe795f1254940fb632d (diff)
downloadaur-f4a042adf21c7a3eebe89cfcc8afd4fab73fd4cd.tar.gz
Add .install file
Diffstat (limited to 'boot.install')
-rw-r--r--boot.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot.install b/boot.install
new file mode 100644
index 000000000000..0d634aadca0f
--- /dev/null
+++ b/boot.install
@@ -0,0 +1,3 @@
+post_upgrade() {
+ echo "Run boot -u to update boot.jar"
+}