archrelease: copy trunk to community-any
[ArchLinux/community.git] / light / trunk / light.install
blobdebd5155cb5969d2c13fd979d46bbcdb108398dd
1 post_install() {
2     printf '====> %s\n' 'Make sure to add your user to the video group.'
5 post_upgrade() {
6     if (( $(vercmp $2 '1.2-3') < 0 )); then
7         printf '====> %s\n' 'Make sure to add your user to the video group.'
8     fi