summarylogtreecommitdiffstats
path: root/i3-volume.install
blob: da976b8876a1ae24086d17ab3a1730ba7cfec318 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Refer to i3volume-alsa.conf and i3volume-pulseaudio.conf in /usr/share/doc/i3-volume for initial configuration"
}

post_upgrade() {
  post_install $1
}

# vim:set ts=2 sw=2 et: