RDEPENDS_${PN}_remove_class-native = "systemd-native"
DEPENDS_remove_class-native = "dlog-native"
-DEPENDS_class-target += " ail-native"
\ No newline at end of file
+DEPENDS_class-target += " ail-native"
+
+pkg_postinst_${PN}() {
+ #!/bin/sh -e
+
+ [ "x\$D" == "x" ] && ldconfig
+ vconftool set -t string db/ail/ail_info "0" -f -s system::vconf_inhouse
+ vconftool set -t string db/menuscreen/desktop "0" -f -s system::vconf_inhouse
+ vconftool set -t string db/menu_widget/language "en_US.utf8" -f -s system::vconf_inhouse
+ chsmack -a User $D${prefix}/kdb/db/ail
+ chsmack -a User $D${prefix}/kdb/db/ail/ail_info
+ chsmack -a User $D${prefix}/kdb/db/menuscreen
+ chsmack -a User $D${prefix}/kdb/db/menuscreen/desktop
+ chsmack -a User $D${prefix}/kdb/db/menu_widget
+ chsmack -a User $D${prefix}/kdb/db/menu_widget/language
+
+}
\ No newline at end of file
pkg_postinst_${PN}() {
#!/bin/sh -e
- ldconfig
+ [ "x\$D" == "x" ] && ldconfig
if [ ! -a $D/var/log/faillog ] ; then
+ mkdir -p $D/var/log
/usr/bin/install -m 600 /dev/null $D/var/log/faillog
fi
if [ ! -a $D/var/log/tallylog ] ; then
+ mkdir -p $D/var/log
/usr/bin/install -m 600 /dev/null $D/var/log/tallylog
fi