diff options
Diffstat (limited to 'sysvinit/sysvinit_2.85.oe')
-rw-r--r-- | sysvinit/sysvinit_2.85.oe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index e2d5cf3997..08fd67e6c5 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -55,14 +55,11 @@ do_stage () { pkg_postinst () { set -e -# if [ X"$1" != Xconfigure ]; then -# exit 0 -# fi # FIXME: use update-alternatives.. but what if the user doesnt have it? # if [ -n "`which update-alternatives 2>/dev/null`" ]; then # update-alternatives blah # else - ln -sf sysvinit /sbin/init + ln -sf sysvinit ${D}/sbin/init # fi exit 0 } |