summaryrefslogtreecommitdiff
path: root/recipes-tizen/wrt-widgets/wrt-widgets-extraconf.inc
blob: 8c7e8e0a14f37b6e20dbed20011c9d9ccf6b65af (plain)
1
2
3
4
5
6
7
8
pkg_postinst_${PN}() {
    #!/bin/sh -e

    # setup xwalk preinstall service (inside user session)
    mkdir -p $D${systemd_unitdir}/user/default.target.wants/
    ln -sf ../xwalk_widgets_preinstall.service $D${systemd_unitdir}/user/default.target.wants/

}