Package zygrib: Скрипты

Post install

1
2
3
4
5
# if "data" missed then this first installation
if ! [ -d /usr/lib64/zyGrib/data ] ; then
    cd /usr/lib64/zyGrib
    ln -s /usr/share/zyGrib/data data
fi