vendor: get rid off all init.d scripts + PCFR

we never needed them. Since we added native init.d support
on some devices they give us problems. Get rid off it....user
can install init.d scripts if they want themselve. We are fast enough

as well remove Holo Launcher backup script we introduced on launcher
change to nova

cleanup as well all related stuff

and pre code freeze build.7

aaaaaaaaaaawesome

Change-Id: I81b5d1dbc45fbadb458ddaf1e6d1648e8b41edc7
diff --git a/config/common.mk b/config/common.mk
index 0c8b949..1101163 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -46,21 +46,10 @@
     vendor/slim/prebuilt/common/etc/sysctl.conf:system/etc/sysctl.conf
 
 PRODUCT_COPY_FILES += \
-    vendor/slim/prebuilt/common/etc/init.d/00slim:system/etc/init.d/00slim \
+    vendor/slim/prebuilt/common/etc/init.d/00banner:system/etc/init.d/00banner \
     vendor/slim/prebuilt/common/etc/init.d/90userinit:system/etc/init.d/90userinit \
-    vendor/slim/prebuilt/common/etc/init.d/98tweaks:system/etc/init.d/98tweaks \
-    vendor/slim/prebuilt/common/etc/init_trigger.disabled:system/etc/init_trigger.disabled \
     vendor/slim/prebuilt/common/bin/sysinit:system/bin/sysinit
 
-PRODUCT_COPY_FILES += \
-    vendor/slim/prebuilt/common/etc/cron/cron.conf:system/etc/cron/cron.conf \
-    vendor/slim/prebuilt/common/etc/cron/cron.hourly/00drop_caches:system/etc/cron/cron.hourly/00drop_caches \
-    vendor/slim/prebuilt/common/etc/cron/cron.daily/00drop_caches:system/etc/cron/cron.daily/00drop_caches \
-    vendor/slim/prebuilt/common/etc/cron/cron.weekly/00drop_caches:system/etc/cron/cron.weekly/00drop_caches \
-    vendor/slim/prebuilt/common/etc/cron/cron.hourly/01clear_cache:system/etc/cron/cron.hourly/01clear_cache \
-    vendor/slim/prebuilt/common/etc/cron/cron.daily/01clear_cache:system/etc/cron/cron.daily/01clear_cache \
-    vendor/slim/prebuilt/common/etc/cron/cron.weekly/01clear_cache:system/etc/cron/cron.weekly/01clear_cache 
-
 # Workaround for NovaLauncher zipalign fails
 PRODUCT_COPY_FILES += \
     vendor/slim/prebuilt/common/app/NovaLauncher.apk:system/app/NovaLauncher.apk
@@ -107,10 +96,10 @@
 include vendor/slim/config/themes_common.mk
 
 # Versioning System
-# Weekly 6.9
+# Pre Code freeze build.7
 PRODUCT_VERSION_MAJOR = 4.2.2
 PRODUCT_VERSION_MINOR = build
-PRODUCT_VERSION_MAINTENANCE = 6.9
+PRODUCT_VERSION_MAINTENANCE = 7.PCFR
 ifdef SLIM_BUILD_EXTRA
     SLIM_POSTFIX := -$(SLIM_BUILD_EXTRA)
 endif