summarylogtreecommitdiffstats
path: root/aster.install
diff options
context:
space:
mode:
Diffstat (limited to 'aster.install')
-rwxr-xr-xaster.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/aster.install b/aster.install
index a3f9a2f6fff3..0c7027dae1c8 100755
--- a/aster.install
+++ b/aster.install
@@ -1,6 +1,6 @@
post_install() {
- sed -e "s|#?vers : VVV?|#?vers : VVV?\nvers : STA11.7:/usr/share/aster/STA11.7|" \
+ sed -e "s|#?vers : VVV?|#?vers : VVV?\nvers : 12.5:/usr/share/aster/12.5|" \
-i /etc/codeaster/aster
echo
@@ -12,7 +12,8 @@ post_install() {
echo " If you choose ssh, follow"
echo " https://wiki.archlinux.org/index.php/Secure_Shell"
echo " to install ssh enabling X11 forwarding."
- echo " Command line astk-ssh launches astk."
+ echo " Command line astk-ssh launches astk with ssh."
+ echo " astk launches astk with rsh."
echo
}
@@ -22,7 +23,7 @@ post_upgrade() {
}
post_remove() {
- sed -e ':a;N;$!ba;s|\nvers : STA11.7:/usr/share/aster/STA11.7||g' \
+ sed -e ':a;N;$!ba;s|\nvers : 12.5:/usr/share/aster/12.5||g' \
-i /etc/codeaster/aster
}