in src/main/java/org/apache/sling/installer/factories/deploypck/impl/Activator.java [53:59]
public void start(final BundleContext context) throws Exception {
this.bundleContext = context;
this.getAdmin();
this.bundleContext.addServiceListener(this, "(" + Constants.OBJECTCLASS
+ "=" + DEPLOYMENT_ADMIN + ")");
}