summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/util-linux
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/util-linux')
-rw-r--r--meta/recipes-core/util-linux/util-linux.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc
index 3b807360f4..855a54572c 100644
--- a/meta/recipes-core/util-linux/util-linux.inc
+++ b/meta/recipes-core/util-linux/util-linux.inc
@@ -191,6 +191,8 @@ pkg_postinst_${PN} () {
191 update-alternatives --install ${bindir}/mesg mesg mesg.${PN} 100 191 update-alternatives --install ${bindir}/mesg mesg mesg.${PN} 100
192 update-alternatives --install ${bindir}/renice renice renice.${PN} 100 192 update-alternatives --install ${bindir}/renice renice renice.${PN} 100
193 update-alternatives --install ${bindir}/wall wall wall.${PN} 100 193 update-alternatives --install ${bindir}/wall wall wall.${PN} 100
194 update-alternatives --install ${bindir}/setsid setsid setsid.${PN} 100
195 update-alternatives --install ${bindir}/chrt chrt chrt.${PN} 100
194 update-alternatives --install ${bindir}/flock flock flock.${PN} 100 196 update-alternatives --install ${bindir}/flock flock flock.${PN} 100
195 197
196 # There seems to be problem, atleast on nslu2, with these, untill they are 198 # There seems to be problem, atleast on nslu2, with these, untill they are
@@ -221,6 +223,8 @@ pkg_prerm_${PN} () {
221 update-alternatives --remove mesg mesg.${PN} 223 update-alternatives --remove mesg mesg.${PN}
222 update-alternatives --remove renice renice.${PN} 224 update-alternatives --remove renice renice.${PN}
223 update-alternatives --remove wall wall.${PN} 225 update-alternatives --remove wall wall.${PN}
226 update-alternatives --remove setsid setsid.${PN}
227 update-alternatives --remove chrt chrt.${PN}
224 update-alternatives --remove flock flock.${PN} 228 update-alternatives --remove flock flock.${PN}
225} 229}
226 230