summarylogtreecommitdiffstats
path: root/badwolf.install
diff options
context:
space:
mode:
authorMonsieur Tino2019-11-02 22:55:55 +0100
committerMonsieur Tino2019-11-02 22:55:55 +0100
commit421b7f935652fa0358acbde0edef779610e91864 (patch)
tree398f6d4fb2d2ce202542142cfc915626cc15e7c3 /badwolf.install
parent8550abe427d5582e737bec95ea5df817561040c0 (diff)
downloadaur-421b7f935652fa0358acbde0edef779610e91864.tar.gz
Update to latest version
Diffstat (limited to 'badwolf.install')
-rw-r--r--badwolf.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/badwolf.install b/badwolf.install
index 42f24381d456..8638793e34bb 100644
--- a/badwolf.install
+++ b/badwolf.install
@@ -2,3 +2,8 @@ post_install() {
echo "-- If you want to modify config.h (which has some GUI and WebKit parameters), you can do so by accessing the build directory (directory location varies depending on how you built it, e.g with makepkg or yay)."
/bin/true
}
+
+post_upgrade() {
+ echo "-- Badwolf 0.4.0 changelog: F7 toggles caret browsing, F12 opens Web Inspector. Sandboxing is enabled by default."
+ /bin/true
+}