aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstroFloyd <AstroFloyd@gmail.com>2013-08-21 13:10:56 +0200
committerAstroFloyd <AstroFloyd@gmail.com>2013-08-21 13:10:56 +0200
commit590d5ff2bd5db5da3a9b730d473f0f48d6c77b76 (patch)
treea56fc9bc4b5237712d60ba71278c06b55993d13b /app-portage
parentVersion bump to app-portage/gentmaint-0.1.3 (diff)
downloadAstroFloyd-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.ebuild4
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."
+}