summarylogtreecommitdiffstats
path: root/mpd_cdrom.install
blob: 29e52e74d8f156cfecc29acbce8cd51d25705daa (plain)
1
2
3
4
post_install() {
    echo "INFO: adding user 'mpd' to the 'optical' group"
    usermod -aG optical mpd
}