summaryrefslogtreecommitdiff
path: root/net-mail/fdm/fdm-2.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/fdm/fdm-2.0-r1.ebuild')
-rw-r--r--net-mail/fdm/fdm-2.0-r1.ebuild8
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mail/fdm/fdm-2.0-r1.ebuild b/net-mail/fdm/fdm-2.0-r1.ebuild
index b371fd17ac37..a98298a350e4 100644
--- a/net-mail/fdm/fdm-2.0-r1.ebuild
+++ b/net-mail/fdm/fdm-2.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-DESCRIPTION="fetch, filter and deliver mail"
+DESCRIPTION="Fetch, filter and deliver mail"
HOMEPAGE="https://github.com/nicm/fdm"
SRC_URI="https://github.com/nicm/fdm/releases/download/${PV}/${P}.tar.gz"
@@ -44,9 +44,3 @@ src_install() {
dodoc examples/*
fi
}
-
-pkg_preinst() {
- # This user is hard-coded in fdm.h. If fdm is started as root,
- # it will attempt to drop privileges (to this user).
- enewuser _fdm
-}