This commit is contained in:
milisbir 2018-08-17 02:12:02 +03:00
parent c869c5a811
commit 676995ed7a
1 changed files with 6 additions and 2 deletions

View File

@ -281,10 +281,11 @@ icerik_ekle(){
}
paket_sil(){
local paket kkont sil_onay oto_silme _silinecekler
local paket kkont sil_onay oto_silme _silinecekler _sek
[ -z $1 ] && hata_olustu "_paket_adi_gerekli" || paket=$1
tersbag_goster="hayir"
_silinecekler=/tmp/$paket.sil
_sek=1
cikti="--renkli"
if [ "$2" ]; then
if [ "$2" == "--normal" ];then
@ -292,6 +293,9 @@ paket_sil(){
else
oto_silme="$2"
fi
if [ "$2" == "--sekyok" ];then
_sek=0
fi
fi
if [ "$3" ]; then
@ -325,7 +329,7 @@ paket_sil(){
#$_yaz_uyari "------------------"
# ------------
# yeni silme etkilenen kurtarma
silme_etkilenme_tespit $paket
[ ${_sek} -eq 1 ] && silme_etkilenme_tespit $paket
# silme listesi güncelleme - dizin koruma
# bir paket silinirken dizin yapısındaki diğer paketlerin dosyaları korunacak.
if [ -f /tmp/${paket}_kd.liste ];then