diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 09:57:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 09:57:20 +0000 |
commit | b2273efae7cb2609fc2d1da622a95fd82678058c (patch) | |
tree | d394818cc9a27f1986af49ddd71bc7ca53e63f5d /main/libgphoto2/libgphoto2.pre-install | |
parent | 45e9081bdb50f0897961644409a65da93a708e55 (diff) | |
download | aports-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-install | 6 |
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 0000000000..a7d31448b8 --- /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 + |