summarylogtreecommitdiffstats
path: root/badwolf.install
diff options
context:
space:
mode:
authorLeia2019-08-18 15:17:55 +0200
committerLeia2019-08-18 15:17:55 +0200
commit8550abe427d5582e737bec95ea5df817561040c0 (patch)
treea7cc521c2da1afc7ef023239e0c1420450e12e96 /badwolf.install
downloadaur-8550abe427d5582e737bec95ea5df817561040c0.tar.gz
First commit
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
+}