mps-yukselt-cikti-guncelleme

This commit is contained in:
milisbir 2018-11-07 10:09:45 +02:00
parent 6f3f8e9998
commit 5ac7bdac31
1 changed files with 2 additions and 3 deletions

View File

@ -1195,11 +1195,10 @@ paketsiz_talimatlar(){
paket_guncelle(){
surum_kontrol $1 $2 $3
if [ -d "$VT/$1" ];then
# paket sürümü güncellenirse devir güncelleme pas geçilecek.
# paketin güncel olmas durumu 1 gelirse
if [ ${_paketguncel} -eq 0 ];then
devir_kontrol $1 $2 $3
else
$_yaz "$1 paketi yeni güncellendi."
$_yaz "devir güncellemesi yapılmayacak."
fi
fi
export _paketguncel=0