summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-05-26 13:27:50 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-09-13 13:01:29 +0200
commitc4ab395d30ae6fb1ee6d8a102e6df77fd842f101 (patch)
tree4172f36ab24d944ed33f9e137019346aa15f1fd9
parent6f75f29c8c09250a55ca28ea5d826f6a26889678 (diff)
x-window-simple-app: don't throw error if file doesn't exist
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-graphics/x-window-simple-app/x-window-simple-app_1.0.bb2
1 files changed, 1 insertions, 1 deletions
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
}