From 0ff008e3c9dcc5ef088f481dfff3dcd121575598 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 27 Aug 2014 05:07:26 -0300 Subject: move some packages from [social] to [pcr] and remove unused [social] --- social/inspircd/inspircd.install | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 social/inspircd/inspircd.install (limited to 'social/inspircd/inspircd.install') diff --git a/social/inspircd/inspircd.install b/social/inspircd/inspircd.install deleted file mode 100644 index ec97113f5..000000000 --- a/social/inspircd/inspircd.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - getent group inspircd &>/dev/null || groupadd -r -g 141 inspircd >/dev/null - getent passwd inspircd &>/dev/null || useradd -r -u 141 -g inspircd -d /var/lib/inspircd -s /bin/false -c inspircd inspircd >/dev/null - - echo '==> You will need to create a config file for inspircd' - echo '==> cp /etc/inspircd/inspircd.conf.example /etc/inspircd/inspircd.conf' - echo '==> You will need to change the pidfile. To do this you can insert the following into your config.' - echo '==> ' - echo '==> Remember to use absolute paths in your config directory and not relative paths like you would do with a user-based inspircd install.' -} - -post_remove() { - getent passwd inspircd &>/dev/null && userdel inspircd >/dev/null - getent group inspircd &>/dev/null && groupdel inspircd >/dev/null -} -- cgit v1.2.3