gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: deb postinst: make libeufin user


From: gnunet
Subject: [libeufin] branch master updated: deb postinst: make libeufin user
Date: Thu, 28 Jan 2021 18:08:29 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new cdd713f  deb postinst: make libeufin user
cdd713f is described below

commit cdd713f6a6712ffa4f369f56b41d4e399b2e47f5
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 28 18:08:22 2021 +0100

    deb postinst: make libeufin user
---
 debian/libeufin.postinst | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/libeufin.postinst b/debian/libeufin.postinst
new file mode 100644
index 0000000..b4274ac
--- /dev/null
+++ b/debian/libeufin.postinst
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+set -e
+
+case "${1}" in
+  configure)
+    useradd --no-create-home --system libeufin
+    ;;
+
+  abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+  *)
+    echo "postinst called with unknown argument \`${1}'" >&2
+    exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]