Description of problem: When I remove organization, its packages are not deleted from /var/satellite. Though they are removed from database. Version-Release number of selected component (if applicable): Satellite 5.4.1 + updates satellite-schema-5.4.0.19-1.el6sat.noarch spacewalk-java-1.2.39-115.el6sat.noarch How reproducible: always Steps to Reproduce: 1. Create organization with some user 2. Use that user to push packages into that org: # rhnpush -u jhutar -p jhutar --server=https://$(hostname)/APP /var/www/html/pub/rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm -vv --nosig 3. Ensure you can see the package in /var/satellite # find /var/satellite/ -name rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm 4. Delete the organization 5. Check /var/satellite if package disappeared Actual results: Package is still there Expected results: Package should have been removed