summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/flumotion/flumotion-0.1.6.ebuild')
-rw-r--r--media-video/flumotion/flumotion-0.1.6.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/media-video/flumotion/flumotion-0.1.6.ebuild b/media-video/flumotion/flumotion-0.1.6.ebuild
index bc71f5c69a0a..3f869134690c 100644
--- a/media-video/flumotion/flumotion-0.1.6.ebuild
+++ b/media-video/flumotion/flumotion-0.1.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.6.ebuild,v 1.1 2005/03/25 00:25:19 zaheerm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.1.6.ebuild,v 1.2 2005/05/10 15:25:28 zaheerm Exp $
inherit eutils
@@ -74,11 +74,6 @@ src_install() {
keepdir /var/log/flumotion
}
-# borrowed from jboss ebuild
-without_error() {
- $@ &>/dev/null || true
-}
-
pkg_postinst() {
if ! enewgroup flumotion || ! enewuser flumotion -1 /bin/false /usr/share/flumotion flumotion,audio,video,sys; then
die "Unable to add flumotion user and flumotion group."