diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-03-26 00:43:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-03-26 00:43:09 -0300 |
commit | 3fffa62b72f4876f40c3bff4978879de4a5450e0 (patch) | |
tree | 850259f1d35fe2eea00a847554616a9446bca4e0 /libre/libretools/libretools.install | |
parent | 91710751dd713a402c65106b44f083f9b44a8ab3 (diff) | |
parent | 28a0c53fd67fae46fd20baaa2010c8d19acfc230 (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r-- | libre/libretools/libretools.install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index d2876ffba..2657f5208 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -27,7 +27,10 @@ EOF ## arg 1: the new package version ## arg 2: the old package version post_upgrade() { - post_install + cat <<EOF +Check your /etc/libretools.conf + +EOF } # vim:set ts=2 sw=2 et: |