summaryrefslogtreecommitdiffstats
path: root/main/libgphoto2/libgphoto2.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-12 09:57:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-12 09:57:20 +0000
commitb2273efae7cb2609fc2d1da622a95fd82678058c (patch)
treed394818cc9a27f1986af49ddd71bc7ca53e63f5d /main/libgphoto2/libgphoto2.pre-install
parent45e9081bdb50f0897961644409a65da93a708e55 (diff)
downloadaports-b2273efae7cb2609fc2d1da622a95fd82678058c.tar.bz2
aports-b2273efae7cb2609fc2d1da622a95fd82678058c.tar.xz
main/libgphoto2: moved from testing
Diffstat (limited to 'main/libgphoto2/libgphoto2.pre-install')
-rw-r--r--main/libgphoto2/libgphoto2.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/libgphoto2/libgphoto2.pre-install b/main/libgphoto2/libgphoto2.pre-install
new file mode 100644
index 000000000..a7d31448b
--- /dev/null
+++ b/main/libgphoto2/libgphoto2.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if ! getent group camera >/dev/null; then
+ addgroup -S camera
+fi
+