From c4ab395d30ae6fb1ee6d8a102e6df77fd842f101 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 26 May 2018 13:27:50 +0200 Subject: x-window-simple-app: don't throw error if file doesn't exist Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/x-window-simple-app/x-window-simple-app_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/x-window-simple-app/x-window-simple-app_1.0.bb b/recipes-graphics/x-window-simple-app/x-window-simple-app_1.0.bb index cb3ccd2..1bfb7e2 100644 --- a/recipes-graphics/x-window-simple-app/x-window-simple-app_1.0.bb +++ b/recipes-graphics/x-window-simple-app/x-window-simple-app_1.0.bb @@ -33,5 +33,5 @@ do_install () { # make sure xinput_calibrator is only started once pkg_postinst_${PN}() { - rm /etc/xdg/autostart/xinput_calibrator.desktop + rm -f /etc/xdg/autostart/xinput_calibrator.desktop } -- cgit v1.2.3