summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-09-04 04:05:44 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-09-04 04:05:44 +0000
commit31b2fef236b7a5fd8cc940f503cdd108eeeb90e6 (patch)
treee75d7b078081a9d43602cdc881a34a885c86bf1f /xfce-base/thunar/thunar-1.0.1.ebuild
parentremoved old version (diff)
downloadhistorical-31b2fef236b7a5fd8cc940f503cdd108eeeb90e6.tar.gz
historical-31b2fef236b7a5fd8cc940f503cdd108eeeb90e6.tar.bz2
historical-31b2fef236b7a5fd8cc940f503cdd108eeeb90e6.zip
Add warning for dbus error if you aren't in the plugdev group, bug 279077
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/thunar/thunar-1.0.1.ebuild')
-rw-r--r--xfce-base/thunar/thunar-1.0.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/xfce-base/thunar/thunar-1.0.1.ebuild b/xfce-base/thunar/thunar-1.0.1.ebuild
index 6fd1e0e6f2a4..6cdf19a29121 100644
--- a/xfce-base/thunar/thunar-1.0.1.ebuild
+++ b/xfce-base/thunar/thunar-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.12 2009/08/23 17:44:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.13 2009/09/04 04:05:44 darkside Exp $
EAPI=2
MY_P=${P/t/T}
@@ -68,3 +68,9 @@ pkg_setup() {
src_test() {
Xemake check || die "Xemake check failed"
}
+
+pkg_postinst() {
+ xfconf_pkg_postinst
+ elog "If you are seeing some odd dbus error, make sure your user is in the"
+ elog "plugdev group. See Gentoo bug #279077 for more info"
+}