#!/bin/sh

# Add version to /etc/version
cat _xz_vers.txt >> /etc/version/xz
rm -f _xz_vers.txt

# 
echo Read documentation in /etc/readme/technotes/xz
sleep 2

# View contact information
echo
echo XZ Utils
echo http://tukaani.org/xz
echo
echo Build for QNX4.25 was made by CBD BC
echo e-mail: support@kpda.ru
echo http://forum.kpda.ru
echo
sleep 3
