summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/obnam/obnam-1.20.ebuild')
-rw-r--r--app-backup/obnam/obnam-1.20.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/app-backup/obnam/obnam-1.20.ebuild b/app-backup/obnam/obnam-1.20.ebuild
index fe090cbe7750..46d86fb0af07 100644
--- a/app-backup/obnam/obnam-1.20.ebuild
+++ b/app-backup/obnam/obnam-1.20.ebuild
@@ -41,11 +41,3 @@ src_install() {
doins "${FILESDIR}"/obnam.conf
keepdir /var/log/obnam
}
-
-pkg_postinst() {
- if [[ $REPLACING_VERSIONS < "1.2" ]]; then
- elog "You will need to setup a config file before running obnam for the first time."
- elog "For details, please see the obnam(1) manual page."
- elog "An example file has been installed as /etc/obnam.conf for your convenience."
- fi
-}