summarylogtreecommitdiffstats
path: root/4scanner.install
diff options
context:
space:
mode:
Diffstat (limited to '4scanner.install')
-rw-r--r--4scanner.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/4scanner.install b/4scanner.install
new file mode 100644
index 000000000000..4ffda5dd83ae
--- /dev/null
+++ b/4scanner.install
@@ -0,0 +1,10 @@
+post_install() {
+ cat << EOF
+ You need to create a json file with the directory names,
+ the boards you want to search and the keywords.
+ You can either use the 4genconf command or create the
+ file manually. An example is under /usr/share/doc/4scanner/example.json.
+ Under /usr/share/doc/4scanner/4scanner.service you will
+ also find a systemd unit file.
+EOF
+}