blob: 319ac78aaad84feb3ea583c3e5afc296ed0beffb (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo 'An example config is provided in /usr/share/mpdscribble/mpdscribble.conf.example'
echo
echo 'For system-wide config copy this file to /etc/mpdscribble.conf'
echo 'For per-user config copy this file to ${XDG_CONFIG_HOME:-$HOME/.config}/mpdscribble/mpdscribble.conf'
echo 'or ~/.mpdscribble/mpdscribble.conf'
}
|