core/libgphoto2-nolimit/libgphoto2.install

7 lines
174 B
Plaintext
Raw Normal View History

2011-08-12 04:01:20 +08:00
post_upgrade() {
2012-04-26 05:44:21 +08:00
if [ "$(vercmp $2 2.14.14)" -lt 0 ]; then
groupdel camera &>/dev/null
echo "Users no longer need to be in the 'camera' group to use camera devices"
fi
2011-08-12 04:01:20 +08:00
}