summaryrefslogtreecommitdiffstats
path: root/main/libgphoto2/libgphoto2.pre-install
blob: a7d31448b8837cfce928497f59d47ca1fab2e9ff (plain)
1
2
3
4
5
6
#!/bin/sh

if ! getent group camera >/dev/null; then
	addgroup -S camera
fi