summaryrefslogtreecommitdiff
path: root/libre/libretools/libretools.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r--libre/libretools/libretools.install9
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install
index f8f447e2f..6f8c09d5c 100644
--- a/libre/libretools/libretools.install
+++ b/libre/libretools/libretools.install
@@ -1,8 +1,12 @@
# arg 1: the new package version
post_install() {
cat <<EOF
-Please check http://wiki.parabolagnulinux.org/hacking:packagers
+Please check http://wiki.parabolagnulinux.org/Package_maintainer_guide
and follow instructions there before using libretools.
+
+If you plan using fullpkg you should read http://wiki.parabolagnulinux.org/fullpkg
+and install libretools-$arch if avaliable
+
EOF
}
@@ -12,8 +16,7 @@ post_upgrade() {
cat <<EOF
Check your /etc/libretools.conf
-Your REPOS array if using fullpkg should be:
-'core' 'extra' 'community' 'libre'
+If using fullpkg, you should install libretools-$arch if avaliable
EOF
}