File: postinst

package info (click to toggle)
rpcbind 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 956 kB
  • sloc: ansic: 5,628; sh: 1,371; makefile: 77
file content (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = configure ] ; then
    id -u _rpc >/dev/null 2>&1 || adduser --allow-bad-names --system --stdoutmsglevel=warn --home /run/rpcbind --no-create-home _rpc
fi

#DEBHELPER#