summarylogtreecommitdiffstats
path: root/obrowse.install
diff options
context:
space:
mode:
Diffstat (limited to 'obrowse.install')
-rw-r--r--obrowse.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/obrowse.install b/obrowse.install
new file mode 100644
index 000000000000..e521f5116962
--- /dev/null
+++ b/obrowse.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo 'In order to use obrowse you need to copy the default configuration files from /usr/share/doc/obrowse/config-example.cfg to your ~/.config/obrowse/config.cfg and edit it for your needs. Please check https://dev.0x7be.de/obrowse for further informations on how to use and set up obrowse.' | fold -sw 70
+}