summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/nufw/nufw-2.2.7.ebuild')
-rw-r--r--net-firewall/nufw/nufw-2.2.7.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-firewall/nufw/nufw-2.2.7.ebuild b/net-firewall/nufw/nufw-2.2.7.ebuild
index 87b70bba1b2a..ad9987ac8b37 100644
--- a/net-firewall/nufw/nufw-2.2.7.ebuild
+++ b/net-firewall/nufw/nufw-2.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/nufw-2.2.7.ebuild,v 1.1 2007/11/12 13:06:33 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/nufw/nufw-2.2.7.ebuild,v 1.2 2007/12/23 11:47:24 cedk Exp $
inherit autotools ssl-cert eutils
@@ -89,7 +89,6 @@ src_install() {
insinto /etc/nufw
doins conf/nuauth.conf
- docert nufw nuauth
keepdir /var/run/nuauth
dodoc AUTHORS ChangeLog NEWS README TODO
@@ -98,3 +97,7 @@ src_install() {
docinto conf
dodoc conf/*.{nufw,schema,conf,dump,xml}
}
+
+pkg_postinst() {
+ docert nufw nuauth
+}