diff options
Diffstat (limited to 'app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild b/app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild index d5d51446279d..b54255eeffed 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild,v 1.1 2004/10/31 15:06:06 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.5_p7-r1.ebuild,v 1.2 2004/10/31 16:23:58 lostlogic Exp $ inherit flag-o-matic eutils check-kernel @@ -54,3 +54,9 @@ src_install() { einfo "For more information on these additional modules:" einfo "visit http://www.carceri.dk/index.php?redirect=other_bestcrypt" } + +pkg_postinst() { + ebegin "Updating modules" + update-modules > /dev/null 2>&1 + eend $? +} |