keep going even if the .desktop file wasn't there; allows package removl to work even after botched installation

svn path=/trunk/KDE/kdelibs/; revision=1161151
This commit is contained in:
Aaron J. Seigo 2010-08-09 20:39:34 +00:00
parent 0fea8dc29f
commit eb6c5443e9

View File

@ -486,7 +486,6 @@ bool Package::uninstallPackage(const QString &pluginName,
if (!ok) {
kWarning() << "Unable to remove " << service;
return ok;
}
KIO::DeleteJob *job = KIO::del(KUrl(targetName));