summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-09 12:00:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-09 12:00:32 +0100
commit08fdc482671b4c6867d15fefed1ab5a12bdbabf6 (patch)
treef7953eab768fa57d110586d1caaf5896da8bfc54 /app-office/taskcoach
parentRemove masked for removal packages (diff)
downloadgentoo-08fdc482671b4c6867d15fefed1ab5a12bdbabf6.tar.gz
gentoo-08fdc482671b4c6867d15fefed1ab5a12bdbabf6.tar.bz2
gentoo-08fdc482671b4c6867d15fefed1ab5a12bdbabf6.zip
app-office/taskcoach: Drop obsolete elog messages
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r--app-office/taskcoach/taskcoach-1.4.3.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/app-office/taskcoach/taskcoach-1.4.3.ebuild b/app-office/taskcoach/taskcoach-1.4.3.ebuild
index 3c4b0f41af7e..427fe1fb688a 100644
--- a/app-office/taskcoach/taskcoach-1.4.3.ebuild
+++ b/app-office/taskcoach/taskcoach-1.4.3.ebuild
@@ -46,11 +46,3 @@ python_install_all() {
doicon "icons.in/${PN}.png"
make_desktop_entry ${PN}.py "Task Coach" ${PN} Office
}
-
-pkg_postinst() {
- if [[ -n ${REPLACING_VERSIONS} ]]; then
- if ! version_is_at_least 1.3.40 ${REPLACING_VERSIONS}; then
- elog "Since version 1.3.40, the Task Coach executable is called ${PN}.py"
- fi
- fi
-}