pkg: Remove Install from list after uninstall.

This commit is contained in:
Thomas Geymayer
2014-06-30 18:34:41 +02:00
parent 0b60643053
commit a69130ff10

View File

@@ -317,6 +317,7 @@ void Install::uninstall()
{
Dir d(m_path);
d.remove(true);
m_package->catalog()->unregisterInstall(this);
}
//------------------------------------------------------------------------------