Package Details: discord-irc 2.9.0-1

Git Clone URL: https://aur.archlinux.org/discord-irc.git (read-only, click to copy)
Package Base: discord-irc
Description: Connects Discord and IRC channels by sending messages back and forth
Upstream URL: https://github.com/reactiflux/discord-irc
Keywords: discord discord-irc irc
Licenses: MIT
Submitter: crt
Maintainer: crt
Last Packager: crt
Votes: 1
Popularity: 0.000000
First Submitted: 2017-12-16 10:22 (UTC)
Last Updated: 2021-09-15 05:08 (UTC)

Latest Comments

crt commented on 2018-06-06 19:42 (UTC) (edited on 2018-06-06 19:42 (UTC) by crt)

There is an install file referenced in the PKGBUILD install=install which handles the discord-irc user and group, respectively.

post_install() {
  groupadd discord-irc &>/dev/null
  useradd -g discord-irc -d /etc/discord-irc -s /bin/false discord-irc &> /dev/null
  chown -R discord-irc:discord-irc /etc/discord-irc &> /dev/null
}

Thaodan commented on 2018-06-05 18:40 (UTC)

How is the user created during install?