diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-22 04:02:02 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-06-22 04:02:02 -0500 |
commit | e0f8a4595a22bfcfd309088bf2b0d6fccb20e896 (patch) | |
tree | f0bc643790593da3371e125b8265876fd30bd9b9 | |
parent | 6f7a8ccae9226e8cdaa8176f6daa750480b042c9 (diff) |
new libretools.install
-rw-r--r-- | libre/libretools/libretools.install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 8eea37689..f8f447e2f 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -1,4 +1,3 @@ - # arg 1: the new package version post_install() { cat <<EOF @@ -13,7 +12,9 @@ post_upgrade() { cat <<EOF Check your /etc/libretools.conf -Make sure LIBREDESTDIR finish with "repo" instead of "free" +Your REPOS array if using fullpkg should be: +'core' 'extra' 'community' 'libre' + EOF } |