Re: Wie am Besten Update von ix86-debian4.0 auf ix86-debian5.0 durchführen?
Gregor Adamczyk
g.adamczyk at netkult.eu
Mon Jun 1 12:05:42 CEST 2009
Gregor Adamczyk schrieb:
> Lösche die beim Update entstandenen Sicherungen:
> find . -type f -name "*.rpmsave" -exec rm -f {} \;
> find . -type f -name "*.rpmorig" -exec rm -f {} \;
> find . -type f -name "*.rpmnew" -exec rm -f {} \;
Das habe ich natürlich im richtigem Verzeichnis ausgeführt...
Also:
find /kolab/ -type f -name "*.rpmsave" -exec rm -f {} \;
find /kolab/ -type f -name "*.rpmorig" -exec rm -f {} \;
find /kolab/ -type f -name "*.rpmnew" -exec rm -f {} \;