Skip to content

Commit

Permalink
dev-util/weka: add elog message
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
Amynka committed May 15, 2016
1 parent 578f680 commit 2cbb625
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev-util/weka/weka-3.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,12 @@ src_install() {
insinto /usr/share/${PN}/data/
doins data/*
}

pkg_postinst() {
elog "If you are upgrading from weka 3.7 to later"
elog "and your package manager does not start please delete"
elog "file installedPackageCache.ser from packages folder"
elog "in wekafiles located in your user home."
elog
elog "rm \${HOME}/wekafiles/packages/installedPackageCache.ser"
}

0 comments on commit 2cbb625

Please sign in to comment.