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 | 8b8f6df8b52c27f5069af0ed88d5f1324684cda8 (patch) | |
tree | f0bc643790593da3371e125b8265876fd30bd9b9 /libre/libretools | |
parent | 854ef1ec25098322a4ad2c3444db51fb68f1eeb6 (diff) |
new libretools.install
Diffstat (limited to 'libre/libretools')
-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 } |