af-binder: Add C++ feature to genskel
[AGL/meta-agl.git] / meta-app-framework / recipes-core / base-files / base-files_%.bbappend
index 271fe77..636bcc4 100644 (file)
@@ -25,5 +25,6 @@ EOF
 pkg_postinst_${PN}_append_smack() {
     chsmack -r -a 'User::Home' -t -D $D/${sysconfdir}/skel
     chsmack -a 'User::App-Shared' -D $D/${sysconfdir}/skel/app-data
+    cp -rTf --preserve=all $D/${sysconfdir}/skel $D/${ROOT_HOME}
 }