Delete the line of duplicate function.
This commit is contained in:
parent
dcd0e0947d
commit
0b669e3307
|
@ -35,7 +35,6 @@ apply () {
|
|||
if [ $FNRET = 0 ]; then
|
||||
crit "$PACKAGE is installed, purging it"
|
||||
apt-get purge $PACKAGE -y
|
||||
apt-get autoremove
|
||||
else
|
||||
ok "$PACKAGE is absent"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue