diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-11 13:38:06 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-05-11 13:38:06 -0300 |
commit | 480c372899f067e87f0f8b38938becac6f42f259 (patch) | |
tree | 417818e2511c1afd4d8761a53f0dac57344a0b8a /libre/libretools/libretools.install | |
parent | dc91d5b659af923f365c333e56a26f44473e9ed9 (diff) | |
parent | 777448eeeb8572b15397141d27497723f5f472b4 (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/abslibre
Diffstat (limited to 'libre/libretools/libretools.install')
-rw-r--r-- | libre/libretools/libretools.install | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/libre/libretools/libretools.install b/libre/libretools/libretools.install index 2657f5208..8eea37689 100644 --- a/libre/libretools/libretools.install +++ b/libre/libretools/libretools.install @@ -2,25 +2,8 @@ # arg 1: the new package version post_install() { cat <<EOF - -For using libremakepkg /etc/libretools.conf to fit your needs. - -For the scripts that can be run as normal user you can make -custom configuration by copying /etc/libretools.conf to -\$XDG_CONFIG_HOME/libretools/libretools.conf - -You should add this to your ~/.ssh/config file: - -# Parabola Host -Host parabola - Port 22 - HostName repo.parabolagnulinux.org - User parabolavnx - IdentityFile ~/.ssh/id_rsa -# End Parabola Host - -Edit IdentityFile as needed. - +Please check http://wiki.parabolagnulinux.org/hacking:packagers +and follow instructions there before using libretools. EOF } @@ -30,6 +13,7 @@ post_upgrade() { cat <<EOF Check your /etc/libretools.conf +Make sure LIBREDESTDIR finish with "repo" instead of "free" EOF } |