diff options
Diffstat (limited to 'meta/recipes-extended/sudo/sudo.inc')
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 72a7c167cd..83dd209afa 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc | |||
@@ -29,11 +29,3 @@ do_install_prepend (){ | |||
29 | mkdir -p ${D}/${localstatedir}/lib | 29 | mkdir -p ${D}/${localstatedir}/lib |
30 | } | 30 | } |
31 | 31 | ||
32 | pkg_postinst_${PN} () { | ||
33 | if [ "x$D" != "x" ]; then | ||
34 | exit 1 | ||
35 | fi | ||
36 | |||
37 | chmod 4111 /usr/bin/sudo | ||
38 | chmod 0440 /etc/sudoers | ||
39 | } | ||