fpc
This commit is contained in:
parent
e15aeb1d22
commit
c4dcc9288f
2 changed files with 14 additions and 1 deletions
7
talimatname/genel/f/fpc/fpc.kos-kur
Normal file
7
talimatname/genel/f/fpc/fpc.kos-kur
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
cakisan=fpc3
|
||||||
|
if [ -d /var/lib/pkg/DB/$cakisan ]; then
|
||||||
|
echo "$cakisan sürümü siliniyor."
|
||||||
|
mps -sz $cakisan
|
||||||
|
else
|
||||||
|
echo "çakışan $cakisan paketi mevcut degil."
|
||||||
|
fi
|
|
@ -1 +1,7 @@
|
||||||
mps sil fpc
|
cakisan=fpc
|
||||||
|
if [ -d /var/lib/pkg/DB/$cakisan ]; then
|
||||||
|
echo "$cakisan sürümü siliniyor."
|
||||||
|
mps -sz $cakisan
|
||||||
|
else
|
||||||
|
echo "çakışan $cakisan paketi mevcut degil."
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue