summarylogtreecommitdiffstats
path: root/opendune.install
diff options
context:
space:
mode:
authorCarsten Teibes2020-04-07 21:12:36 +0200
committerCarsten Teibes2020-04-07 21:12:36 +0200
commit10cccce490ff5b36903950202dee33c15270d798 (patch)
tree393489cf69b632c82d8da9c69aca634873d40f3d /opendune.install
parent439807ab2cdff9dfaa4a2ed248f81daf978385f6 (diff)
downloadaur-opendune-git.tar.gz
[upd/fix] dependencies/path
Diffstat (limited to 'opendune.install')
-rw-r--r--opendune.install5
1 files changed, 4 insertions, 1 deletions
diff --git a/opendune.install b/opendune.install
index 947e89baf6d2..2b027776ee84 100644
--- a/opendune.install
+++ b/opendune.install
@@ -1,6 +1,9 @@
post_install() {
- echo "Remember you need to be in the audio group and start timidity, eg 'timidity -iA' for music support."
+ echo "Copy the sample configuration file, if needed and change path to data files:"
+ echo "install -D /usr/share/doc/opendune/opendune.ini.sample ~/.config/opendune/opendune.ini"
+
+ echo "Remember you need to start timidity, eg 'timidity -iA' for music support."
}
post_upgrade() {