diff options
Diffstat (limited to 'packages/matchbox-wm/matchbox-wm_0.9.2.bb')
-rw-r--r-- | packages/matchbox-wm/matchbox-wm_0.9.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/matchbox-wm/matchbox-wm_0.9.2.bb b/packages/matchbox-wm/matchbox-wm_0.9.2.bb index f8db87358f..9bf7be1e69 100644 --- a/packages/matchbox-wm/matchbox-wm_0.9.2.bb +++ b/packages/matchbox-wm/matchbox-wm_0.9.2.bb @@ -22,10 +22,10 @@ FILES_${PN} = "${bindir} \ EXTRA_OECONF = "--enable-composite --enable-startup-notification --disable-xrm" pkg_postinst() { -update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/matchbox-session 10 +update-alternatives --install ${bindir}/x-window-manager x-window-manager ${bindir}/matchbox-session 10 } pkg_postrm() { -update-alternatives --remove x-window-manager /usr/bin/matchbox-session +update-alternatives --remove x-window-manager ${bindir}/matchbox-session } |