summaryrefslogtreecommitdiff
path: root/extra/libgphoto2/libgphoto2.install
blob: c7944414fcf81c7085b10288f9baff86667edd18 (plain)
1
2
3
4
5
6
post_upgrade() {
if [ "$(vercmp $2 2.14.13)" -lt 0 ]; then
  groupdel camera &>/dev/null
  echo "Users no longer need to be in the 'camera' group to use camera devices"
fi
}