Date: Wednesday, June 12, 2013 @ 00:00:54
Author: tomegun
Revision: 188186
only remove the camera group on the relevant upgrade
this was caused by a typo.
Modified:
libgphoto2/trunk/libgphoto2.install
--------------------+
libgphoto2.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: libgphoto2.install
===================================================================
--- libgphoto2.install 2013-06-11 20:41:28 UTC (rev 188185)
+++ libgphoto2.install 2013-06-11 22:00:54 UTC (rev 188186)
@@ -1,5 +1,5 @@
post_upgrade() {
-if [ "$(vercmp $2 2.14.13)" -lt 0 ]; then
+if [ "$(vercmp $2 2.4.13)" -lt 0 ]; then
groupdel camera &>/dev/null
echo "Users no longer need to be in the 'camera' group to use camera devices"
fi