mps-tespit
This commit is contained in:
parent
9ec8e5a8ff
commit
3314f3ce3a
2
bin/mps
2
bin/mps
|
@ -1318,7 +1318,7 @@ guncelleme_tespit(){
|
|||
# güncellenecek paketlerin-kurulum sırasına göre sıralanıp, sadeleştirilmesi
|
||||
sort $dosya_son | cut -d':' -f2 | cut -d'@' -f1 > $dosya_sonuc
|
||||
# geçici dosyaların silinmesi
|
||||
rm -f @dosya_t @dosya_k @dosya_ks @dosya_g @dosya_son
|
||||
rm -f $dosya_t $dosya_k $dosya_ks $dosya_g $dosya_son
|
||||
# güncellenecek paket listesi yazdırılması
|
||||
cat $dosya_sonuc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue