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