diff options
author | AstroFloyd <AstroFloyd@gmail.com> | 2013-08-21 13:10:56 +0200 |
---|---|---|
committer | AstroFloyd <AstroFloyd@gmail.com> | 2013-08-21 13:10:56 +0200 |
commit | 590d5ff2bd5db5da3a9b730d473f0f48d6c77b76 (patch) | |
tree | a56fc9bc4b5237712d60ba71278c06b55993d13b /app-portage | |
parent | Version bump to app-portage/gentmaint-0.1.3 (diff) | |
download | AstroFloyd-590d5ff2bd5db5da3a9b730d473f0f48d6c77b76.tar.gz AstroFloyd-590d5ff2bd5db5da3a9b730d473f0f48d6c77b76.tar.bz2 AstroFloyd-590d5ff2bd5db5da3a9b730d473f0f48d6c77b76.zip |
app-portage/gentmaint: updated 0.1.3 ebuild
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentmaint/gentmaint-0.1.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-portage/gentmaint/gentmaint-0.1.3.ebuild b/app-portage/gentmaint/gentmaint-0.1.3.ebuild index 679dad5..e310d54 100644 --- a/app-portage/gentmaint/gentmaint-0.1.3.ebuild +++ b/app-portage/gentmaint/gentmaint-0.1.3.ebuild @@ -26,3 +26,7 @@ src_install() { dosbin gentmaint-* keepdir /var/log/gentmaint /var/log/gentmaint/auto /var/log/gentmaint/manual } + +pkg_postinst() { + einfo "The GentMaint scripts have moved from /usr/bin/ to /usr/sbin/. Please update your scripts and cron jobs." +} |