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