diff options
author | 2012-02-01 18:49:05 -0500 | |
---|---|---|
committer | 2012-02-01 18:49:05 -0500 | |
commit | e5c731d407b36048aa9ab5af72b5bc747d0b42c9 (patch) | |
tree | 116d719083ab2780a24e6f9138a477d0efa521bb /www-apps/indefero/indefero-1.2.ebuild | |
parent | Don't run src_compile (diff) | |
download | c1pher-e5c731d407b36048aa9ab5af72b5bc747d0b42c9.tar.gz c1pher-e5c731d407b36048aa9ab5af72b5bc747d0b42c9.tar.bz2 c1pher-e5c731d407b36048aa9ab5af72b5bc747d0b42c9.zip |
Use webapp postinst
Diffstat (limited to 'www-apps/indefero/indefero-1.2.ebuild')
-rw-r--r-- | www-apps/indefero/indefero-1.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/indefero/indefero-1.2.ebuild b/www-apps/indefero/indefero-1.2.ebuild index c8fbe86..9308ead 100644 --- a/www-apps/indefero/indefero-1.2.ebuild +++ b/www-apps/indefero/indefero-1.2.ebuild @@ -45,6 +45,7 @@ src_install(){ } pkg_postinst(){ + webapp_pkg_postinst elog "The postinstall document contains all of the information" elog "needed to get ${PN} running." } |