aboutsummaryrefslogtreecommitdiffstats
path: root/packages/all-poky-linux/shutdown-desktop/shutdown-desktop/latest.pkg_postinst
blob: 2c38c2d6e444ededa4e517852a3d7df713418375 (plain)
1
2
3
4
set -e
    grep -q qemuarm $D/etc/hostname && \
        sed -i $D/usr/share/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \
        || true