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, 0 insertions, 6 deletions
diff --git a/testing/libgphoto2/libgphoto2.install b/testing/libgphoto2/libgphoto2.install
deleted file mode 100644
index c7944414f..000000000
--- a/testing/libgphoto2/libgphoto2.install
+++ /dev/null
@@ -1,6 +0,0 @@
-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
-}