summarylogtreecommitdiffstats
path: root/badwolf.install
diff options
context:
space:
mode:
Diffstat (limited to 'badwolf.install')
-rw-r--r--badwolf.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/badwolf.install b/badwolf.install
index 5b1a5d23f989..9957aa8743cf 100644
--- a/badwolf.install
+++ b/badwolf.install
@@ -1,9 +1,9 @@
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)."
+ 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 1.0.3 changelog: Added Turkish translation. Fixed a segfault found on some platforms when both removing a tab and destroying its child. Fixed a WebKitNetworkProcess leak. Changed Makefile and badwolf.c."
+ echo "-- Badwolf 1.1.0 changelog: https://hacktivis.me/releases/badwolf-1.1.0.txt --"
/bin/true
}