temel-sistem-koruma

This commit is contained in:
milisman 2016-06-20 04:06:42 +03:00
parent 71cf801839
commit d8600e5b92
1 changed files with 45 additions and 39 deletions

View File

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