temel-sistem-koruma
This commit is contained in:
parent
71cf801839
commit
d8600e5b92
6
bin/mps
6
bin/mps
|
@ -21,6 +21,8 @@ VT="/var/lib/pkg/DB"
|
|||
TARIHCE_DIZIN="/var/lib/pkg/tarihce"
|
||||
LOGDIZIN="/var/log/mps"
|
||||
tekrarkur="hayir"
|
||||
#temel paket koruma
|
||||
tpk="evet"
|
||||
if [ -z ${lokal+:} ]; then
|
||||
lokal="tr"
|
||||
fi
|
||||
|
@ -89,6 +91,9 @@ paket_sil(){
|
|||
if [ "$2" ]; then
|
||||
oto_silme="$2"
|
||||
fi
|
||||
if [ "$tpk" = "evet" ] && [ -d "$talimatname_dizin/temel/$1" ];then
|
||||
ryaz 31 "$1 temel sistem paketidir.Silinemez!!!"
|
||||
else
|
||||
kkont=`kurulu_kontrol "$1"`
|
||||
if [ "$kkont" = "kurulu" ];then
|
||||
if [ -f "/var/lib/pkg/DB/$paket/kurulan" ];then
|
||||
|
@ -130,6 +135,7 @@ paket_sil(){
|
|||
else
|
||||
ryaz 32 "paket zaten kurulu değil!"
|
||||
fi
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue