in src/main/java/org/apache/sling/installer/factories/deploypck/impl/Activator.java [63:67]
public void stop(final BundleContext context) throws Exception {
this.bundleContext.removeServiceListener(this);
this.unregister();
this.bundleContext = null;
}