summarylogtreecommitdiffstats
path: root/headphones.install
diff options
context:
space:
mode:
Diffstat (limited to 'headphones.install')
-rw-r--r--headphones.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/headphones.install b/headphones.install
index c2210dab0479..312d6c245c0c 100644
--- a/headphones.install
+++ b/headphones.install
@@ -11,6 +11,12 @@ post_install() {
chmod 775 /run/${_NAME}
fi
+ echo ""
+ echo "To fill the configuration file (/opt/headphones/config.ini), do:"
+ echo " systemctl start headphones; systemctl stop headphones"
+ echo ""
+ echo "It should dump the initial configuration that you can now modify."
+ echo ""
}
post_upgrade() {