summaryrefslogtreecommitdiff
path: root/repo/gnupg/gnupg-scdaemon.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'repo/gnupg/gnupg-scdaemon.pre-install')
-rw-r--r--repo/gnupg/gnupg-scdaemon.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/repo/gnupg/gnupg-scdaemon.pre-install b/repo/gnupg/gnupg-scdaemon.pre-install
new file mode 100644
index 0000000..b0cac4c
--- /dev/null
+++ b/repo/gnupg/gnupg-scdaemon.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+addgroup -S gnupg 2> /dev/null
+
+exit 0