From 5d25620045e4d0148fae1120f42afb81655cf5bc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 9 Oct 2015 09:15:07 +0000 Subject: community/davfs2: move from testing --- community/davfs2/davfs2.pre-install | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 community/davfs2/davfs2.pre-install (limited to 'community/davfs2/davfs2.pre-install') diff --git a/community/davfs2/davfs2.pre-install b/community/davfs2/davfs2.pre-install new file mode 100755 index 0000000000..062477c7fd --- /dev/null +++ b/community/davfs2/davfs2.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +if ! getent group davfs2 >/dev/null; then + addgroup -S davfs2 +fi +exit 0 -- cgit v1.2.3