summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/debianutils/debianutils_2.30.bb')
-rw-r--r--meta-oe/recipes-support/debianutils/debianutils_2.30.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb b/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
index 0a532e93b..e6c03eb55 100644
--- a/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
+++ b/meta-oe/recipes-support/debianutils/debianutils_2.30.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "d62e98fee5b1a758d83b62eed8d8bdec473677ff782fed89fc4ae3ba3f
10inherit autotools 10inherit autotools
11 11
12do_configure_prepend() { 12do_configure_prepend() {
13 sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am 13 sed -i -e 's:tempfile.1 which.1:which.1:g' Makefile.am
14} 14}
15 15
16do_install_append() { 16do_install_append() {
@@ -30,11 +30,9 @@ pkg_prerm_${PN} () {
30if [ "x$D" != "x" ]; then 30if [ "x$D" != "x" ]; then
31 echo "can't do u-a offline" ; exit 1 31 echo "can't do u-a offline" ; exit 1
32else 32else
33
34 for app in add-shell installkernel mkboot remove-shell run-parts savelog sensible-browser sensible-editor sensible-pager tempfile which ; do 33 for app in add-shell installkernel mkboot remove-shell run-parts savelog sensible-browser sensible-editor sensible-pager tempfile which ; do
35 update-alternatives --remove $app $app.${PN} 34 update-alternatives --remove $app $app.${PN}
36 done 35 done
37
38fi 36fi
39} 37}
40 38
@@ -42,7 +40,6 @@ pkg_postinst_${PN} () {
42if [ "x$D" != "x" ]; then 40if [ "x$D" != "x" ]; then
43 echo "can't do u-a offline" ; exit 1 41 echo "can't do u-a offline" ; exit 1
44else 42else
45
46 for app in add-shell installkernel mkboot remove-shell ; do 43 for app in add-shell installkernel mkboot remove-shell ; do
47 update-alternatives --install ${sbindir}/$app $app $app.${PN} 100 44 update-alternatives --install ${sbindir}/$app $app $app.${PN} 100
48 done 45 done
@@ -54,7 +51,6 @@ else
54 for app in run-parts tempfile ; do 51 for app in run-parts tempfile ; do
55 update-alternatives --install ${base_bindir}/$app $app $app.${PN} 100 52 update-alternatives --install ${base_bindir}/$app $app $app.${PN} 100
56 done 53 done
57
58fi 54fi
59} 55}
60 56