summaryrefslogtreecommitdiff
path: root/testing/libgphoto2/libgphoto2.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libgphoto2/libgphoto2.install')
-rw-r--r--testing/libgphoto2/libgphoto2.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/libgphoto2/libgphoto2.install b/testing/libgphoto2/libgphoto2.install
new file mode 100644
index 000000000..c7944414f
--- /dev/null
+++ b/testing/libgphoto2/libgphoto2.install
@@ -0,0 +1,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
+}