blob: 2b027776ee841142b5beb0c521c9a07cfcb82f64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
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() {
post_install
}
|