summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-03-30 20:04:05 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-03-30 20:04:05 -0300
commit3d59f3d46e196f99205ace6fb358497a55bccb72 (patch)
tree5238f0433d513f0319b35c5a0b7af34be998abed /libre/libretools/libretools.install
parentd306ce23cc50c1b5110ee9e4cacfbed9b1591525 (diff)
parente26adb29beba0e6db3f4eae2d095da120148a198 (diff)
downloadabslibre-3d59f3d46e196f99205ace6fb358497a55bccb72.tar.gz
abslibre-3d59f3d46e196f99205ace6fb358497a55bccb72.tar.bz2
abslibre-3d59f3d46e196f99205ace6fb358497a55bccb72.zip
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r--libre/libretools/libretools.install5
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: