summarylogtreecommitdiffstats
path: root/barnard-git.install
blob: c30b804823b87879d315654dd2151acc8d3b4591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_alert() {
cat << 'EOF'
For alerts and sound options, install the sox package and add the following line to your ~/.barnard.yaml:
notifycommand: /usr/share/barnard/barnard-sound.sh "%event" "%who" "%what"
make sure to edit the sound script to use youre preferred settings.
EOF
}

post_install() {
    _alert
}

post_upgrade() {
    _alert
}