summarylogtreecommitdiffstats
path: root/light.install
blob: debd5155cb5969d2c13fd979d46bbcdb108398dd (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    printf '====> %s\n' 'Make sure to add your user to the video group.'
}

post_upgrade() {
    if (( $(vercmp $2 '1.2-3') < 0 )); then
        printf '====> %s\n' 'Make sure to add your user to the video group.'
    fi
}