File: postinst-sysusers

package info (click to toggle)
debhelper 13.29
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,464 kB
  • sloc: perl: 15,632; makefile: 131; sh: 9
file content (3 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (5)
1
2
3
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
   systemd-sysusers ${DPKG_ROOT:+--root="$DPKG_ROOT"} #CONFILE_BASENAME#
fi