diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 16:19:51 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-10-21 16:19:51 -0500 |
commit | 81067276fc9a562019034782042be6b25d331c5b (patch) | |
tree | 44174f780a8e0b58e2ca00e82da54c4e07d59a19 /pcr/newlisp/newlisp.install | |
parent | 48143fb3e6f69f95de549db8cf8d44c0649cd97e (diff) | |
download | abslibre-81067276fc9a562019034782042be6b25d331c5b.tar.gz abslibre-81067276fc9a562019034782042be6b25d331c5b.tar.bz2 abslibre-81067276fc9a562019034782042be6b25d331c5b.zip |
newlisp-10.7.0-1: updating version
Diffstat (limited to 'pcr/newlisp/newlisp.install')
-rw-r--r-- | pcr/newlisp/newlisp.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/newlisp/newlisp.install b/pcr/newlisp/newlisp.install index f05b115eb..1b112edac 100644 --- a/pcr/newlisp/newlisp.install +++ b/pcr/newlisp/newlisp.install @@ -3,7 +3,7 @@ pre_install() { } post_install() { - ln -sf /usr/bin/newlisp-10.6.2 /usr/bin/newlisp + ln -sf /usr/bin/newlisp-10.7.0 /usr/bin/newlisp } pre_upgrade() { @@ -11,7 +11,7 @@ pre_upgrade() { } post_upgrade() { - ln -sf /usr/bin/newlisp-10.6.2 /usr/bin/newlisp + ln -sf /usr/bin/newlisp-10.7.0 /usr/bin/newlisp } pre_remove() { |