diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/taskcoach-1.4.3.ebuild | 8 |
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 -} |