diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-07 21:41:42 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-07 21:41:42 -0500 |
commit | a385416a6942ab9609019b97b8a8aa3068b6812e (patch) | |
tree | cc55f608327aa7640c12e3220116fb24564cf780 /libre/libretools/libretools.install | |
parent | e99a90fb121148ecfdd29c63446c42474c4e2433 (diff) | |
parent | f4b22150c67a332d15bbbf322ab34066b0dfafb6 (diff) | |
download | abslibre-a385416a6942ab9609019b97b8a8aa3068b6812e.tar.gz abslibre-a385416a6942ab9609019b97b8a8aa3068b6812e.tar.bz2 abslibre-a385416a6942ab9609019b97b8a8aa3068b6812e.zip |
Merge branch 'master' of vparabola:~/projects/abslibre
Conflicts:
libre/libretools/PKGBUILD
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r-- | libre/libretools/libretools.install | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 38e33fb76..6f8c09d5c 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -3,6 +3,10 @@ post_install() { cat <<EOF 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 } |