mps-yukselt-cikti-guncelleme
This commit is contained in:
parent
6f3f8e9998
commit
5ac7bdac31
5
bin/mps
5
bin/mps
|
@ -1195,11 +1195,10 @@ paketsiz_talimatlar(){
|
||||||
paket_guncelle(){
|
paket_guncelle(){
|
||||||
surum_kontrol $1 $2 $3
|
surum_kontrol $1 $2 $3
|
||||||
if [ -d "$VT/$1" ];then
|
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
|
if [ ${_paketguncel} -eq 0 ];then
|
||||||
devir_kontrol $1 $2 $3
|
devir_kontrol $1 $2 $3
|
||||||
else
|
|
||||||
$_yaz "$1 paketi yeni güncellendi."
|
|
||||||
$_yaz "devir güncellemesi yapılmayacak."
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
export _paketguncel=0
|
export _paketguncel=0
|
||||||
|
|
Loading…
Reference in New Issue